View | Details | Raw Unified | Return to bug 44205 | Differences between
and this patch

Collapse All | Expand All

(-)posix/friends.cpp (+4 lines)
Lines 49-54 Link Here
49
#include <sys/ioctl.h>
49
#include <sys/ioctl.h>
50
#endif
50
#endif
51
51
52
#ifdef HAVE_PTHREAD_NANOSLEEP
53
int nanosleep __P((const struct timespec *, struct timespec *));
54
#endif
55
52
#ifndef	_PATH_TTY
56
#ifndef	_PATH_TTY
53
#define	_PATH_TTY "/dev/tty"
57
#define	_PATH_TTY "/dev/tty"
54
#endif
58
#endif

Return to bug 44205