comparison src/unexhp9k800.c @ 398:74fd4e045ea6 r21-2-29

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