summaryrefslogtreecommitdiffstats
path: root/sock_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'sock_stuff.h')
-rw-r--r--sock_stuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sock_stuff.h b/sock_stuff.h
index 01082d1..9965f4e 100644
--- a/sock_stuff.h
+++ b/sock_stuff.h
@@ -5,9 +5,9 @@
5 5
6enum fd_mode 6enum fd_mode
7{ 7{
8 fdread, 8 FD_READ,
9 fdwrite, 9 FD_WRITE,
10 fdexcept 10 FD_EXCEPT
11}; 11};
12typedef enum fd_mode fd_mode; 12typedef enum fd_mode fd_mode;
13 13