summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-08-12 23:22:12 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-08-12 23:22:12 +0000
commitacba7f19846b009a7dbc733896471b107d54dbd5 (patch)
treec98f98b1222c0d18cb42f054565c395b0a1ffe2c /sysdeps
parent15a83d04bba6b93b3c72d351b7a405e8b5651bd8 (diff)
*** empty log message ***cvs/libc-960813
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/gnu/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/gnu/types.h b/sysdeps/generic/gnu/types.h
index 3f0c806f19..decd26cac8 100644
--- a/sysdeps/generic/gnu/types.h
+++ b/sysdeps/generic/gnu/types.h
@@ -74,6 +74,8 @@ typedef struct
unsigned long int fds_bits[(__FD_SETSIZE + (__NFDBITS - 1)) / __NFDBITS];
} __fd_set;
+typedef unsigned long __fd_mask;
+
/* This line MUST be split! Otherwise m4 will not change it. */
#define __FD_ZERO(set) \
((void) memset ((__ptr_t) (set), 0, sizeof (fd_set)))