PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
unistd.h
Go to the documentation of this file.
1/* src/include/port/win32_msvc/unistd.h */
2
3/*
4 * MSVC does not define these, nor does _fileno(stdin) etc reliably work
5 * (returns -1 if stdin/out/err are closed).
6 */
7#define STDIN_FILENO 0
8#define STDOUT_FILENO 1
9#define STDERR_FILENO 2