summaryrefslogtreecommitdiff
path: root/src/stdlib/ptsname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/ptsname.c')
-rw-r--r--src/stdlib/ptsname.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/stdlib/ptsname.c b/src/stdlib/ptsname.c
index fc7cce1c..147aa934 100644
--- a/src/stdlib/ptsname.c
+++ b/src/stdlib/ptsname.c
@@ -1,15 +1,12 @@
-#if 0
-
#include <stdlib.h>
+#include "_stdlib.h"
char * ptsname(int fildes)
{
+ SIGNAL_SAFE(0);
return NULL;
}
/*
XOPEN(400)
*/
-
-
-#endif