aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-19 17:14:43 +0100
committerAlon Zakai <alonzakai@gmail.com>2012-11-19 17:14:43 +0100
commit56ee0809f47e77969e0956b31121773afde724c4 (patch)
treef9e7a238e439ee254724e3cf9d23ce777c838fa3 /system
parent9042d10e4c67d906d813235f7c0651d1b67e6824 (diff)
socket.h additions
Diffstat (limited to 'system')
-rw-r--r--system/include/sys/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/sys/socket.h b/system/include/sys/socket.h
index e33dbefd..e3cf3f13 100644
--- a/system/include/sys/socket.h
+++ b/system/include/sys/socket.h
@@ -72,6 +72,8 @@ struct linger {
int l_linger;
};
+#define SIOCATMARK 1
+
#ifdef __cplusplus
}
#endif