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 @@
enum fd_mode
{
- fdread,
- fdwrite,
- fdexcept
+ FD_READ,
+ FD_WRITE,
+ FD_EXCEPT
};
typedef enum fd_mode fd_mode;