summaryrefslogtreecommitdiff
path: root/libc/misc/internals/static.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-29 10:18:42 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-29 10:18:42 +0000
commit30c664f0a795bace5c99bedc936228780dba3256 (patch)
tree349e390798e5cab308a409a26484630e516f83af /libc/misc/internals/static.c
parente6aa37afc9c281a04f40250b8fcd35302064a087 (diff)
Hopefully correct undefined __libc_stack_end issue
Diffstat (limited to 'libc/misc/internals/static.c')
-rw-r--r--libc/misc/internals/static.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/misc/internals/static.c b/libc/misc/internals/static.c
deleted file mode 100644
index cd39ffdd7..000000000
--- a/libc/misc/internals/static.c
+++ /dev/null
@@ -1,4 +0,0 @@
-#include <stddef.h>
-
-/* Force static libraries to know about ... */
-void *__libc_stack_end=NULL;