From 3d71c185b4797e1c6439ba6652432e5d9510cc98 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 4 Mar 2000 01:04:33 +0000 Subject: Remove traces of personality calls. --- sysdeps/unix/sysv/linux/init-first.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux') diff --git a/sysdeps/unix/sysv/linux/init-first.c b/sysdeps/unix/sysv/linux/init-first.c index 93adb90..9a8f3c5 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 -- cgit v1.1