comparison src/unexhp9k800.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
50 sigsetreturn(_sigreturn); 50 sigsetreturn(_sigreturn);
51 */ 51 */
52 52
53 53
54 #include <config.h> 54 #include <config.h>
55 #include <stdlib.h>
56 #include <stdio.h> 55 #include <stdio.h>
57 #include <fcntl.h> 56 #include <fcntl.h>
58 #include <errno.h> 57 #include <errno.h>
59 58
60 #include <a.out.h> 59 #include <a.out.h>
79 * RUN_TIME_REMAP. 78 * RUN_TIME_REMAP.
80 */ 79 */
81 80
82 #ifdef HPUX_USE_SHLIBS 81 #ifdef HPUX_USE_SHLIBS
83 #include <dl.h> /* User-space dynamic loader entry points */ 82 #include <dl.h> /* User-space dynamic loader entry points */
84 void Save_Shared_Data(void); 83 void Save_Shared_Data();
85 int run_time_remap(); 84 int run_time_remap();
86 #endif 85 #endif
87 86
88 #define min(x,y) ( ((x)<(y))?(x):(y) ) 87 #define min(x,y) ( ((x)<(y))?(x):(y) )
89 88