summaryrefslogtreecommitdiff
path: root/src/stdlib/unlockpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/unlockpt.c')
-rw-r--r--src/stdlib/unlockpt.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/stdlib/unlockpt.c b/src/stdlib/unlockpt.c
deleted file mode 100644
index 69572138..00000000
--- a/src/stdlib/unlockpt.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <stdlib.h>
-
-int unlockpt(int fildes)
-{
- SIGNAL_SAFE(0);
-
- return fildes;
-}
-
-/*
-XOPEN(400)
-*/