summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/nt32/libc.c7
-rw-r--r--src/internal/nt64/libc.c7
2 files changed, 0 insertions, 14 deletions
diff --git a/src/internal/nt32/libc.c b/src/internal/nt32/libc.c
deleted file mode 100644
index 43face8..0000000
--- a/src/internal/nt32/libc.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "../libc.h"
-
-/* todo: teach the linker to export weak symbols */
-#undef weak_alias
-#define weak_alias(old,new) extern __typeof(old) new __attribute__((alias(#old)))
-
-#include "../libc.c"
diff --git a/src/internal/nt64/libc.c b/src/internal/nt64/libc.c
deleted file mode 100644
index 43face8..0000000
--- a/src/internal/nt64/libc.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "../libc.h"
-
-/* todo: teach the linker to export weak symbols */
-#undef weak_alias
-#define weak_alias(old,new) extern __typeof(old) new __attribute__((alias(#old)))
-
-#include "../libc.c"