View | Details | Raw Unified | Return to bug 201
Collapse All | Expand All

(-)port-aix.h (+5 lines)
Lines 7-10 Link Here
7
7
8
void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd);
8
void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd);
9
9
10
/* Other platforms may need this, but 4.2.1 AIX is the only one so far */
11
#ifndef MAP_FAILED
12
# define MAP_FAILED ((void *)-1)
13
#endif
14
10
#endif /* _AIX */
15
#endif /* _AIX */

Return to bug 201