summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/Scrtldso.c
blob: 11e8915cc4b8c4a13c4fd66429df14f5d50a8a1b (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 */
const unsigned short __ctty[] = {'b','i','n','\\',
                                 'n','t','c','t','t','y',
                                  '.','e','x','e',0};