summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.h
blob: 29d2ee6301199085390ebc1ae06e11aae94d8c24 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef _AIX

#ifdef HAVE_GETUSERATTR
void set_limit(char *user, char *soft, char *hard, int resource, int mult);
void set_limits_from_userattr(char *user);
#endif /* HAVE_GETUSERATTR */

void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd);

#endif /* _AIX */