summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/init-first.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-21 04:13:24 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-21 04:13:24 +0000
commit52cea45760128eba0cc6108f3809e52bee553f9f (patch)
tree743b61263c0ab709ad2a7c827eff019d868afe93 /sysdeps/unix/sysv/linux/init-first.c
parent511a00911549751db9254e5d81c1fcc1723db57e (diff)
Update.
* sysdeps/unix/sysv/linux/init-first.c (init): Remove personality call. It should not be necessary andis harmful for Alpha.
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.) */