comparison src/s/hpux10.h @ 72:b9518feda344 r20-0b31

Import from CVS: tag r20-0b31
author cvs
date Mon, 13 Aug 2007 09:03:46 +0200
parents 131b0175ea99
children 538048ae2ab8
comparison
equal deleted inserted replaced
71:bae944334fa4 72:b9518feda344
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