about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/init-first.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/init-first.c')
-rw-r--r--sysdeps/unix/sysv/linux/init-first.c7
1 files changed, 0 insertions, 7 deletions
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.)  */