summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/crt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'crt/nt32/crt1.c')
-rw-r--r--crt/nt32/crt1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crt/nt32/crt1.c b/crt/nt32/crt1.c
index 6605bcb..13f3c9a 100644
--- a/crt/nt32/crt1.c
+++ b/crt/nt32/crt1.c
@@ -14,6 +14,8 @@
static const int __disabled = 0;
extern const int __crtopt_posix __attribute((weak,alias("__disabled")));
extern const int __crtopt_debug __attribute((weak,alias("__disabled")));
+extern const int __crtopt_ldso __attribute((weak,alias("__disabled")));
+extern const int __crtopt_vrfs __attribute((weak,alias("__disabled")));
int main();