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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stdlib/setkey.c b/src/stdlib/setkey.c
deleted file mode 100644
index 7659c223..00000000
--- a/src/stdlib/setkey.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdlib.h>
-#include "_stdlib.h"
-
-void setkey(const char * key)
-{
- SIGNAL_SAFE(0);
-}
-
-/*
-XOPEN(4)
-*/