/**************************************************************************/ /* mmglue: midipix architecture- and target-specific bits for musl libc */ /* Copyright (C) 2013--2023 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.MMGLUE. */ /**************************************************************************/ #include #include #include "crtinit.h" #include "psxglue.h" const int __hidden __crtopt_vrfs = __PSXOPT_VRFS; /* pty server root-relative name */ const unsigned short __hidden __ctty[] = {'n','t','c','t','t','y', '.','e','x','e',0};