comparison src/s/hpux10.h @ 6:27bc7f280385 r19-15b4

Import from CVS: tag r19-15b4
author cvs
date Mon, 13 Aug 2007 08:47:15 +0200
parents ac2d302a0011
children 131b0175ea99
comparison
equal deleted inserted replaced
5:49b78a777eb4 6:27bc7f280385
1 /* Synched up with: FSF 19.31. */ 1 /* Synched up with: FSF 19.31. */
2 2
3 /* System description file for hpux version 10. */ 3 /* System description file for hpux version 10. */
4 4
5 #include "hpux9shr.h" 5 #include "hpux9-shr.h"
6 6
7 /* We have to go this route, rather than hpux9's approach of renaming the 7 /* We have to go this route, rather than hpux9's approach of renaming the
8 functions via macros. The system's stdlib.h has fully prototyped 8 functions via macros. The system's stdlib.h has fully prototyped
9 declarations, which yields a conflicting definition of srand48; it 9 declarations, which yields a conflicting definition of srand48; it
10 tries to redeclare what was once srandom to be srand48. So we go 10 tries to redeclare what was once srandom to be srand48. So we go