Changeset 1604 for trunk/src/emx/include


Ignore:
Timestamp:
Nov 4, 2004, 6:22:26 AM (21 years ago)
Author:
bird
Message:

Fixed warnings.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.13 to 1.14
    r1603 r1604  
    153153int __findfirst (__const__ char *name, int attr, struct _find *fp);
    154154int __findnext (struct _find *fp);
    155 //dead int __fork (void);
     155int __fork (void);
    156156//dead int __fstat (int handle, struct stat *buffer);
    157157int __fsync (int handle);
     
    179179//dead int __getsockopt (int handle, int level, int optname, void *optval,
    180180//dead     int *poptlen);
    181 //dead int __imphandle (int handle);
     181int __imphandle (int handle);
    182182//dead int __impsockhandle (int handle, int flags);
    183183int __ioctl1 (int handle, int code);
     
    205205void *__sbrk (int incr);
    206206void __scrsize (int *dst);
    207 //dead int __select(int nfds, struct fd_set *readfds, struct fd_set *writefds,
    208 //dead              struct fd_set *exceptfds, struct timeval *tv);
     207int __select(int nfds, struct fd_set *readfds, struct fd_set *writefds,
     208             struct fd_set *exceptfds, struct timeval *tv);
    209209//dead int __send (int handle, __const__ void *buf, int len, unsigned flags);
    210210//dead int __sendto (__const__ struct _sendto *args);
Note: See TracChangeset for help on using the changeset viewer.