summaryrefslogtreecommitdiffstats
path: root/tests/freestanding.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/freestanding.c')
-rw-r--r--tests/freestanding.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/freestanding.c b/tests/freestanding.c
index ceff4c5..6109aa7 100644
--- a/tests/freestanding.c
+++ b/tests/freestanding.c
@@ -30,7 +30,6 @@
#if !defined(__x86_64__) || !defined(__linux__)
-EXTERN_C void _start(void) { }
int main(int argc, char** argv) { return 0; }
#else