diff options
Diffstat (limited to 'src/stdlib/unlockpt.c')
-rw-r--r-- | src/stdlib/unlockpt.c | 12 |
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) -*/ |