Ignore:
Timestamp:
May 19, 2003, 5:52:55 PM (22 years ago)
Author:
bird
Message:

#434: declaration fixes.

Location:
trunk/src/emx/include/sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/ioccom.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r189 r190  
    9595
    9696int                 ioctl __P((int, unsigned long, ...));
    97 int                 _ioctl __P((int, int, ...));
     97int                 _ioctl __P((int, unsigned long, ...));
    9898__END_DECLS
    9999
  • trunk/src/emx/include/sys/time.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r189 r190  
    163163#define setitimer     tcpip40_setitimer
    164164/* @} */
    165 int     _System utimes (__const__ char *, __const__ struct timeval *);
    166 int     _System gettimeofday (struct timeval *, struct timezone *);
    167 int     _System settimeofday (__const__ struct timeval *, __const__ struct timezone *);
     165/* These are libc functions so no _System convention. */
     166int     utimes (__const__ char *, __const__ struct timeval *);
     167int     gettimeofday (struct timeval *, struct timezone *);
     168int     settimeofday (__const__ struct timeval *, __const__ struct timezone *);
    168169#ifndef TCPV40HDRS
    169170#include <sys/cdefs.h>
Note: See TracChangeset for help on using the changeset viewer.