summaryrefslogtreecommitdiff
path: root/nix-test
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-09-28 12:37:01 -0700
committerCarl Lerche <me@carllerche.com>2015-09-28 12:37:01 -0700
commit5948204460595c791431d33c52bd9751babd336a (patch)
tree9c035d052d271a5a5f9e9bbde655bedb1f900acd /nix-test
parentee9affe12fa216c84eb11cc3169673b55af1bb56 (diff)
downloadnix-5948204460595c791431d33c52bd9751babd336a.zip
Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"
This reverts commit 046af7d1ba82506f9bc48e62ac0584361025fc02.
Diffstat (limited to 'nix-test')
-rw-r--r--nix-test/src/const.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nix-test/src/const.c b/nix-test/src/const.c
index 60447629..a0a6a116 100644
--- a/nix-test/src/const.c
+++ b/nix-test/src/const.c
@@ -289,9 +289,6 @@ get_int_const(const char* err) {
GET_CONST(MSG_OOB);
GET_CONST(MSG_PEEK);
GET_CONST(MSG_DONTWAIT);
- GET_CONST(MSG_EOR);
- GET_CONST(MSG_TRUNC);
- GET_CONST(MSG_CTRUNC);
GET_CONST(SHUT_RD);
GET_CONST(SHUT_WR);
GET_CONST(SHUT_RDWR);
@@ -315,7 +312,6 @@ get_int_const(const char* err) {
// GET_CONST(SO_PEEK_OFF);
GET_CONST(SO_PEERCRED);
GET_CONST(SO_SNDBUFFORCE);
- GET_CONST(MSG_ERRQUEUE);
#endif
return -1;