summaryrefslogtreecommitdiff
path: root/src/stdlib/setkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/setkey.c')
-rw-r--r--src/stdlib/setkey.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stdlib/setkey.c b/src/stdlib/setkey.c
new file mode 100644
index 00000000..82e12934
--- /dev/null
+++ b/src/stdlib/setkey.c
@@ -0,0 +1,9 @@
+#include <stdlib.h>
+
+void setkey(const char * key)
+{
+}
+
+/*
+XOPEN(4)
+*/