Mercurial > hg > xemacs-beta
comparison src/s/hpux10.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 27bc7f280385 |
children | b9518feda344 |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
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 "hpux9-shr.h" | 5 #include "hpux9shr.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 |