Blame crt/nt32/Scrtldso.c
|
|
716654 |
/**************************************************************************/
|
|
|
716654 |
/* mmglue: midipix architecture- and target-specific bits for musl libc */
|
|
|
716654 |
/* Copyright (C) 2013--2023 SysDeer Technologies, LLC */
|
|
|
716654 |
/* Released under the Standard MIT License; see COPYING.MMGLUE. */
|
|
|
716654 |
/**************************************************************************/
|
|
|
716654 |
|
|
|
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};
|