summaryrefslogtreecommitdiff
path: root/src/unistd/_XOPEN_CRYPT.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/_XOPEN_CRYPT.c')
-rw-r--r--src/unistd/_XOPEN_CRYPT.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/_XOPEN_CRYPT.c b/src/unistd/_XOPEN_CRYPT.c
new file mode 100644
index 00000000..639637d6
--- /dev/null
+++ b/src/unistd/_XOPEN_CRYPT.c
@@ -0,0 +1,5 @@
+#include <unistd.h>
+#define _XOPEN_CRYPT _XOPEN_SOURCE
+/*
+XOPEN(4)
+*/