add personality() system call.
Change-Id: Ie899def8ea1d705930ed83adae1343c1353e7c57
This commit is contained in:
@@ -199,6 +199,7 @@ int init_module (void *, unsigned long, const char *);
|
||||
int delete_module (const char*, unsigned int);
|
||||
int klogctl (int, char *, int);
|
||||
int sysinfo (struct sysinfo *);
|
||||
int personality (unsigned long);
|
||||
int futex (void *, int, int, void *, void *, int);
|
||||
int epoll_create (int size);
|
||||
int epoll_ctl (int epfd, int op, int fd, struct epoll_event *event);
|
||||
|
||||
Reference in New Issue
Block a user