summaryrefslogtreecommitdiff
path: root/sysdeps/unix/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/start.c')
-rw-r--r--sysdeps/unix/start.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/unix/start.c b/sysdeps/unix/start.c
index 49c96403fe..af524751b4 100644
--- a/sysdeps/unix/start.c
+++ b/sysdeps/unix/start.c
@@ -35,13 +35,6 @@ weak_alias (__data_start, data_start)
#define DECL_DUMMIES
#endif
-#ifndef errno
-/* __errno must be initialized since otherwise one cannot create an
- alias (at least on some platforms). */
-volatile int __errno = 0;
-strong_alias (__errno, errno)
-#endif
-
extern void __libc_init (int argc, char **argv, char **envp);
extern int main (int argc, char **argv, char **envp);