File: unistd.h

package info (click to toggle)
ruby-pg-query 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,248 kB
  • sloc: ansic: 149,767; ruby: 865; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
/* 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