int __libc_multiple_libcs = 1;
-pid_t __libc_pid;
-
static void
init (int *data)
{
/* Initialization code run first thing by the ELF startup code. Stub version.
- Copyright (C) 1995, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
extern void __libc_init (int, char **, char **);
extern void __getopt_clean_environment (char **);
-pid_t __libc_pid;
-
#ifdef PIC
void
__libc_init_first (void)
extern int __libc_argc;
extern char **__libc_argv;
-/* We often need the PID. Cache this value. */
-pid_t __libc_pid = 0xf00baa;
-
void *(*_cthread_init_routine) (void); /* Returns new SP to use. */
void (*_cthread_exit_routine) (int status) __attribute__ ((__noreturn__));
/* Initialization code run first thing by the ELF startup code. For Mips/Hurd.
- Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
int __libc_argc;
char **__libc_argv;
-/* We often need the PID. Cache this value. */
-pid_t __libc_pid;
-
void *(*_cthread_init_routine) (void); /* Returns new SP to use. */
void (*_cthread_exit_routine) (int status) __attribute__ ((__noreturn__));