Enable a few more NetBSD functions
Change-Id: Ia8463adfb12b465bd43a62aee9f14b21eaa13b19
This commit is contained in:
@@ -281,9 +281,9 @@ int lockf(int, int, off_t);
|
||||
ssize_t readlink(const char * __restrict, char * __restrict, size_t);
|
||||
#endif
|
||||
void *sbrk(intptr_t);
|
||||
#if !defined(__minix)
|
||||
/* XXX prototype wrong! */
|
||||
int setpgrp(pid_t, pid_t); /* obsoleted by setpgid() */
|
||||
#if !defined(__minix)
|
||||
int setregid(gid_t, gid_t);
|
||||
int setreuid(uid_t, uid_t);
|
||||
#endif /* !defined(__minix) */
|
||||
|
||||
Reference in New Issue
Block a user