Revision 586b0bef linux-user/syscall.c

b/linux-user/syscall.c
36 36
#include <sys/time.h>
37 37
#include <sys/stat.h>
38 38
#include <sys/mount.h>
39
#include <sys/file.h>
40
#include <sys/fsuid.h>
41
#include <sys/personality.h>
39 42
#include <sys/prctl.h>
40 43
#include <sys/resource.h>
41 44
#include <sys/mman.h>
......
581 584
          struct host_rlimit64 *, old_limit)
582 585
#endif
583 586

  
584
extern int personality(int);
585
extern int flock(int, int);
586
extern int setfsuid(int);
587
extern int setfsgid(int);
588

  
589 587
/* ARM EABI and MIPS expect 64bit types aligned even on pairs or registers */
590 588
#ifdef TARGET_ARM
591 589
static inline int regpairs_aligned(void *cpu_env) {

Also available in: Unified diff