1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

update from main archive 960815

This commit is contained in:
Ulrich Drepper
1996-08-16 01:33:20 +00:00
parent ad86485dcf
commit 2de99474c3
9 changed files with 228 additions and 45 deletions

View File

@ -42,7 +42,7 @@ struct timeval;
typedef __fd_mask fd_mask;
/* Representation of a set of file descriptors. */
#define fd_set __fd_set
typedef __fd_set fd_set;
/* Maximum number of file descriptors in `fd_set'. */
#define FD_SETSIZE __FD_SETSIZE