comparison src/unexhp9k3.c @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
38 #include <sys/file.h> 38 #include <sys/file.h>
39 #include <sys/stat.h> 39 #include <sys/stat.h>
40 #include <sys/types.h> 40 #include <sys/types.h>
41 #include <string.h> 41 #include <string.h>
42 #include <stdio.h> 42 #include <stdio.h>
43 #include <errno.h>
43 #include <signal.h> 44 #include <signal.h>
44 #ifdef __hp9000s300 45 #ifdef __hp9000s300
45 # include </usr/include/debug.h> 46 # include </usr/include/debug.h>
46 #endif 47 #endif
47 #include <a.out.h> 48 #include <a.out.h>
85 86
86 /********************** Variables **********************************/ 87 /********************** Variables **********************************/
87 88
88 /* for reporting error messages from system calls */ 89 /* for reporting error messages from system calls */
89 extern int sys_nerr; 90 extern int sys_nerr;
90 extern int errno;
91 extern int _DYNAMIC; 91 extern int _DYNAMIC;
92 extern char **environ; 92 extern char **environ;
93 93
94 static unsigned long sbrk_of_0_at_unexec; 94 static unsigned long sbrk_of_0_at_unexec;
95 95