Blame crt/nt64/Scrtldso.c

6f8ae4
#include <unistd.h>
6f8ae4
#include <stdint.h>
cbdcdc
#include "psxglue.h"
cbdcdc
cbdcdc
const int __crtopt_ldso = __PSXOPT_LDSO;
554d2c
554d2c
/* pty server root-relative name */
554d2c
static const unsigned short __ctty[] = {'b','i','n','\\',
554d2c
				        'n','t','c','t','t','y',
554d2c
				        '.','e','x','e',0};