Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/pgsql-11/include/server/port/win32_msvc/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/pgsql-11/include/server/port/win32_msvc/unistd.h

/* src/include/port/win32_msvc/unistd.h */

/*
 * MSVC does not define these, nor does _fileno(stdin) etc reliably work
 * (returns -1 if stdin/out/err are closed).
 */
#define STDIN_FILENO	0
#define STDOUT_FILENO	1
#define STDERR_FILENO	2