summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/Scrtvrfs.c
blob: c5e483a7f1e388e8107fa0e6dfa0e44cb3672617 (plain)
1
2
3
4
5
6
7
8
9
10
#include <unistd.h>
#include <stdint.h>
#include "crtinit.h"
#include "psxglue.h"

const int __hidden __crtopt_vrfs = __PSXOPT_VRFS;

/* pty server root-relative name */
const unsigned short __hidden __ctty[] = {'n','t','c','t','t','y',
                                 '.','e','x','e',0};