* libc/include/sys/unistd.h: Use correct declaration for setdtablesize.

This commit is contained in:
Christopher Faylor 2001-01-18 04:24:03 +00:00
parent a7cde2b98a
commit d0319c3b5b
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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));