Blame crt/nt64/Scrtldso.c

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