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

const int __hidden __crtopt_ldso = __PSXOPT_LDSO;

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