* libc/include/sys/unistd.h: Use correct declaration for setdtablesize.
This commit is contained in:
parent
a7cde2b98a
commit
d0319c3b5b
|
@ -1,3 +1,7 @@
|
|||
Wed Jan 17 23:20:56 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* libc/include/sys/unistd.h: Use correct declaration for setdtablesize.
|
||||
|
||||
Fri Jan 12 00:34:31 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* libc/include/sys/signal.h: Add some SA_* defines for Cygwin.
|
||||
|
|
|
@ -118,7 +118,7 @@ int _EXFUN(_execve, (const char *__path, char * const __argv[], char * const
|
|||
|
||||
#if defined(__CYGWIN__) || defined(__rtems__)
|
||||
int _EXFUN(getdtablesize, (void));
|
||||
void _EXFUN(setdtablesize, (int));
|
||||
int _EXFUN(setdtablesize, (int));
|
||||
unsigned _EXFUN(usleep, (unsigned int __useconds));
|
||||
int _EXFUN(ftruncate, (int __fd, off_t __length));
|
||||
int _EXFUN(truncate, (const char *, off_t __length));
|
||||
|
|
Loading…
Reference in New Issue