Changeset 21153 for trunk/Ohana/src/misc/include/missing_protos.h
- Timestamp:
- Jan 22, 2009, 10:43:26 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/misc/include/missing_protos.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/misc/include/missing_protos.h
r12875 r21153 13 13 * which depends on this file every time we need to add 14 14 * a new prototype for the SunOS machines. 15 * $Id: missing_protos.h,v 1. 2 2007-04-18 19:21:46eugene Exp $15 * $Id: missing_protos.h,v 1.3 2009-01-22 20:43:24 eugene Exp $ 16 16 * $Locker: $ 17 17 * 18 18 * $Log: not supported by cvs2svn $ 19 * Revision 1.2 2007/04/18 19:21:46 eugene 20 * dropping non-standard includes 21 * 19 22 * Revision 1.1.1.1 2004/11/24 04:39:33 eugene 20 23 * importing elixir components … … 205 208 #else /* not __GNUC__ */ 206 209 #include <floatingpoint.h> 207 void perror( );208 char *strerror( );209 void *memset( );210 double drand48( );211 long strtol( );210 void perror(void); 211 char *strerror(void); 212 void *memset(void); 213 double drand48(void); 214 long strtol(void); 212 215 #endif /* __GNUC__ */ 213 216 #endif /* SUNOS */
Note:
See TracChangeset
for help on using the changeset viewer.
