add personality() system call.

Change-Id: Ie899def8ea1d705930ed83adae1343c1353e7c57
This commit is contained in:
Nick Kralevich
2012-01-13 14:03:01 -08:00
parent ecd0e95a02
commit f44de270bb
10 changed files with 161 additions and 0 deletions

View File

@@ -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);