From 52cea45760128eba0cc6108f3809e52bee553f9f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Aug 1999 04:13:24 +0000 Subject: Update. * sysdeps/unix/sysv/linux/init-first.c (init): Remove personality call. It should not be necessary andis harmful for Alpha. --- sysdeps/unix/sysv/linux/init-first.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sysdeps/unix/sysv/linux/init-first.c') diff --git a/sysdeps/unix/sysv/linux/init-first.c b/sysdeps/unix/sysv/linux/init-first.c index b8ee2bdf14..93adb905b5 100644 --- a/sysdeps/unix/sysv/linux/init-first.c +++ b/sysdeps/unix/sysv/linux/init-first.c @@ -128,13 +128,6 @@ init (int argc, char **argv, char **envp) __libc_fatal ("FATAL: kernel too old\n"); } - /* The `personality' system call takes one argument that chooses - the "personality", i.e. the set of system calls and such. We - must make this call first thing to disable emulation of some - other system that might have been enabled by default based on - the executable format. */ - __personality (PER_LINUX); - /* Set the FPU control word to the proper default value if the kernel would use a different value. (In a static program we don't have this information.) */ -- cgit v1.2.3