summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-08-16 01:33:20 +0000
committerUlrich Drepper <drepper@redhat.com>1996-08-16 01:33:20 +0000
commit2de99474c3d4278fb874bbbc12c24c388f786c21 (patch)
treef0622a362f5ec61739b9e6a8ae25b0e6cdf4fccf /misc
parentad86485dcf2a4391fbc92e2d8f7c8d44d334ff0d (diff)
update from main archive 960815cvs/libc-960816
Diffstat (limited to 'misc')
-rw-r--r--misc/sys/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/sys/select.h b/misc/sys/select.h
index 729ce7a988..42c3e3e363 100644
--- a/misc/sys/select.h
+++ b/misc/sys/select.h
@@ -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