diff options
Diffstat (limited to 'crt/nt64')
-rw-r--r-- | crt/nt64/Scrtldso.c | 3 | ||||
-rw-r--r-- | crt/nt64/Scrtvrfs.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/crt/nt64/Scrtldso.c b/crt/nt64/Scrtldso.c new file mode 100644 index 0000000..c3130b8 --- /dev/null +++ b/crt/nt64/Scrtldso.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_ldso = __PSXOPT_LDSO; diff --git a/crt/nt64/Scrtvrfs.c b/crt/nt64/Scrtvrfs.c new file mode 100644 index 0000000..d22d444 --- /dev/null +++ b/crt/nt64/Scrtvrfs.c @@ -0,0 +1,3 @@ +#include "psxglue.h" + +const int __crtopt_vrfs = __PSXOPT_VRFS; |