diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/include/sys/socket.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/include/sys/socket.h b/system/include/sys/socket.h index c09beac2..abc0aa62 100644 --- a/system/include/sys/socket.h +++ b/system/include/sys/socket.h @@ -10,8 +10,6 @@ extern "C" { #endif -// All the values of these constants are same to glibc - #define SOCK_STREAM 1 #define SOCK_DGRAM 2 #define SOCK_RAW 3 |