diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-29 10:18:42 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-29 10:18:42 +0000 |
commit | 30c664f0a795bace5c99bedc936228780dba3256 (patch) | |
tree | 349e390798e5cab308a409a26484630e516f83af /libc/misc/internals/static.c | |
parent | e6aa37afc9c281a04f40250b8fcd35302064a087 (diff) |
Hopefully correct undefined __libc_stack_end issue
Diffstat (limited to 'libc/misc/internals/static.c')
-rw-r--r-- | libc/misc/internals/static.c | 4 |
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; |