Blame crt/nt32/Scrtvrfs.c
|
|
6f8ae4 |
#include <unistd.h>
|
|
|
6f8ae4 |
#include <stdint.h>
|
|
|
bf03fc |
#include "crtinit.h"
|
|
|
cbdcdc |
#include "psxglue.h"
|
|
|
cbdcdc |
|
|
|
bf03fc |
const int __hidden __crtopt_vrfs = __PSXOPT_VRFS;
|
|
|
554d2c |
|
|
|
554d2c |
/* pty server root-relative name */
|
|
|
bf03fc |
const unsigned short __hidden __ctty[] = {'n','t','c','t','t','y',
|
|
|
d32d30 |
'.','e','x','e',0};
|