*** empty log message ***

This commit is contained in:
Thomas Bushnell, BSG 1996-08-26 17:39:10 +00:00
parent dcf0671d90
commit 548330d38e
3 changed files with 5 additions and 0 deletions

View File

@ -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)

View File

@ -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__));

View File

@ -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