summaryrefslogtreecommitdiff
path: root/nix-test/src/const.c
diff options
context:
space:
mode:
Diffstat (limited to 'nix-test/src/const.c')
-rw-r--r--nix-test/src/const.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nix-test/src/const.c b/nix-test/src/const.c
index a0a6a116..60447629 100644
--- a/nix-test/src/const.c
+++ b/nix-test/src/const.c
@@ -289,6 +289,9 @@ 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);
@@ -312,6 +315,7 @@ 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;