mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
*** empty log message ***
This commit is contained in:
parent
dcf0671d90
commit
548330d38e
@ -22,6 +22,7 @@ Cambridge, MA 02139, USA. */
|
||||
extern void __libc_init (int, char **, char **);
|
||||
extern void __libc_global_ctors (void);
|
||||
|
||||
int __libc_multiple_libcs = 1;
|
||||
|
||||
static void
|
||||
init (int *data)
|
||||
|
@ -29,6 +29,8 @@ extern void __mach_init (void);
|
||||
extern void __libc_init (int, char **, char **);
|
||||
extern void __libc_global_ctors (void);
|
||||
|
||||
int __libc_multiple_libcs = 1;
|
||||
|
||||
void *(*_cthread_init_routine) (void); /* Returns new SP to use. */
|
||||
void (*_cthread_exit_routine) (int status) __attribute__ ((__noreturn__));
|
||||
|
||||
|
@ -19,6 +19,8 @@ Cambridge, MA 02139, USA. */
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
int __libc_multiple_libcs = 1;
|
||||
|
||||
extern void __libc_init (int, char **, char **);
|
||||
|
||||
#ifdef PIC
|
||||
|
Loading…
Reference in New Issue
Block a user