diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/init-first.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/init-first.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/init-first.c b/sysdeps/unix/sysv/linux/init-first.c index acaf5093a4..c6bf6fb1a4 100644 --- a/sysdeps/unix/sysv/linux/init-first.c +++ b/sysdeps/unix/sysv/linux/init-first.c @@ -45,7 +45,6 @@ char **__libc_argv; /* We often need the UID and PID. Cache these values. */ pid_t __libc_pid = 0xf00baa; -uid_t __libc_uid = 0xf00baa; static void |