Ignore:
Timestamp:
May 19, 2003, 4:41:00 AM (22 years ago)
Author:
bird
Message:

#434: Initial tcpip header merges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/unistd.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r182 r183  
    33#ifndef _UNISTD_H
    44#define _UNISTD_H
     5#define _UNISTD_H_ /* toolkit compatibility */
    56
    67#if defined (__cplusplus)
     
    221222#endif
    222223
     224/* Toolkit compatibility */
     225#include <sys/cdefs.h>
     226#include <sys/types.h>
     227int     _System     soclose (int);
     228
     229#ifndef _POSIX_SOURCE
     230int     _System     gethostid (void);
     231int     _System     gethostname (char *, int);
     232int     _System     iruserok (unsigned long, int, const char *, const char *);
     233int     _System     rcmd (char **, int, const char *, const char *, const char *, int *);
     234int     _System     rresvport (int *);
     235int     _System     ruserok (const char *, int, const char *, const char *);
     236#include <sys/select.h>
     237#endif /* !_POSIX_SOURCE */
     238
    223239
    224240#if defined (__cplusplus)
Note: See TracChangeset for help on using the changeset viewer.