aboutsummaryrefslogtreecommitdiff
path: root/system/include/sys/socket.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-05-08 20:10:08 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-05-08 20:10:08 -0700
commitfe319edc466181f6c954360178dba280591e0c2f (patch)
tree2998503ecfc5f231ad13b5345064623fcca905fd /system/include/sys/socket.h
parentbc8dc3dbf22e3126b2314827041d2e55a5db5a04 (diff)
header additions for xmlvm
Diffstat (limited to 'system/include/sys/socket.h')
-rw-r--r--system/include/sys/socket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/include/sys/socket.h b/system/include/sys/socket.h
index 33c10932..69bbdcaa 100644
--- a/system/include/sys/socket.h
+++ b/system/include/sys/socket.h
@@ -65,6 +65,11 @@ struct msghdr
int msg_flags;
};
+struct linger {
+ int l_onoff;
+ int l_linger;
+};
+
#ifdef __cplusplus
}
#endif