Clean up some misinformation around prctl.
prctl shouldn't be in <unistd.h>.
(cherry picked from commit 9c07aee83b)
Change-Id: I70cda886fbf4d58d82dc70adaa981506ebff9949
This commit is contained in:
@@ -71,9 +71,6 @@ extern int execl(const char *, const char *, ...);
|
||||
extern int execlp(const char *, const char *, ...);
|
||||
extern int execle(const char *, const char *, ...);
|
||||
|
||||
/* IMPORTANT: See comment under <sys/prctl.h> about this declaration */
|
||||
extern int prctl(int option, ...);
|
||||
|
||||
extern int nice(int);
|
||||
|
||||
extern int setuid(uid_t);
|
||||
|
||||
Reference in New Issue
Block a user