#include #include "_stdlib.h" char * ptsname(int fildes) { SIGNAL_SAFE(0); return NULL; } /* XOPEN(400) */