aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorYu Kobayashi <yukoba@accelart.jp>2013-08-06 11:19:11 +0900
committerYu Kobayashi <yukoba@accelart.jp>2013-08-07 03:13:57 +0900
commit821cd998cf41bf90daac70a61342b94f8039b058 (patch)
treefb55fbb5395f226b02917687d415ae0b1c70359d /system
parent10c25316f5cd7de7a1a12fa51ce0c8b79c4cc6cb (diff)
Remove sys/socket.h comment about glibc
Diffstat (limited to 'system')
-rw-r--r--system/include/sys/socket.h2
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