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

const int __crtopt_vrfs = __PSXOPT_VRFS;

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