From: Ulrich Drepper Date: Sat, 4 Mar 2000 01:04:33 +0000 (+0000) Subject: Remove traces of personality calls. X-Git-Tag: cvs/glibc_2-1-91~917 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d71c185b4797e1c6439ba6652432e5d9510cc98;p=thirdparty%2Fglibc.git Remove traces of personality calls. --- diff --git a/sysdeps/unix/sysv/linux/init-first.c b/sysdeps/unix/sysv/linux/init-first.c index 93adb905b5b..9a8f3c5fb2e 100644 --- a/sysdeps/unix/sysv/linux/init-first.c +++ b/sysdeps/unix/sysv/linux/init-first.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include @@ -59,10 +58,9 @@ char **__libc_argv; static void init (int argc, char **argv, char **envp) { - extern int __personality (int); extern void __getopt_clean_environment (char **); - /* We must not call `personality' twice. */ + /* Make sure we don't initialize twice. */ if (!__libc_multiple_libcs) { /* Test whether the kernel is new enough. This test is only