Ignore:
Timestamp:
Dec 17, 2004, 4:37:43 AM (21 years ago)
Author:
bird
Message:

fixing / libc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/config.h.OS2.libc

    r57 r192  
    8787
    8888/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
    89 #undef HAVE_SYS_WAIT_H 1
     89#define HAVE_SYS_WAIT_H 1
    9090
    9191/* Define if your struct tm has tm_zone.  */
     
    216216
    217217/* Define this if the C library defines the variable `sys_siglist'.  */
    218 /* #undef HAVE_SYS_SIGLIST */
     218#define HAVE_SYS_SIGLIST 1
    219219
    220220/* Define this if the C library defines the variable `_sys_siglist'.  */
     
    287287
    288288/* Define if you have the strsignal function.  */
    289 /* #undef HAVE_STRSIGNAL */
     289#define HAVE_STRSIGNAL
    290290
    291291/* Define if you have the wait3 function.  */
    292 /* #undef HAVE_WAIT3 */
     292#define HAVE_WAIT3 1
    293293
    294294/* Define if you have the waitpid function.  */
     
    405405#define LIBDIR "."
    406406
     407#define HAVE_SA_RESTART 1
     408
     409#if 0
    407410static inline int getloadavg(double loadavg[], int nelem)
    408411{
     
    414417    return 0;
    415418}
    416 
    417 
    418 #if 1
     419#endif
     420
     421
     422#if 0
    419423#include <string.h>
    420424
Note: See TracChangeset for help on using the changeset viewer.