mirror of git://sourceware.org/git/glibc.git
*** 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_init (int, char **, char **);
|
||||||
extern void __libc_global_ctors (void);
|
extern void __libc_global_ctors (void);
|
||||||
|
|
||||||
|
int __libc_multiple_libcs = 1;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
init (int *data)
|
init (int *data)
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,8 @@ extern void __mach_init (void);
|
||||||
extern void __libc_init (int, char **, char **);
|
extern void __libc_init (int, char **, char **);
|
||||||
extern void __libc_global_ctors (void);
|
extern void __libc_global_ctors (void);
|
||||||
|
|
||||||
|
int __libc_multiple_libcs = 1;
|
||||||
|
|
||||||
void *(*_cthread_init_routine) (void); /* Returns new SP to use. */
|
void *(*_cthread_init_routine) (void); /* Returns new SP to use. */
|
||||||
void (*_cthread_exit_routine) (int status) __attribute__ ((__noreturn__));
|
void (*_cthread_exit_routine) (int status) __attribute__ ((__noreturn__));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,8 @@ Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
int __libc_multiple_libcs = 1;
|
||||||
|
|
||||||
extern void __libc_init (int, char **, char **);
|
extern void __libc_init (int, char **, char **);
|
||||||
|
|
||||||
#ifdef PIC
|
#ifdef PIC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue