summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtposix.c
blob: 4556588f5e2b899070f05effa4d781dd464eb688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**************************************************************************/
/*  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 <unistd.h>
#include <stdint.h>
#include "crtinit.h"
#include "psxglue.h"

const int __hidden __crtopt_posix = __PSXOPT_POSIX;