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

const int __crtopt_ldso = __PSXOPT_LDSO;

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