aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/start.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/start.c b/sysdeps/unix/start.c
index 6868fe9a95..49d17810ad 100644
--- a/sysdeps/unix/start.c
+++ b/sysdeps/unix/start.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 93, 95, 96, 97, 98 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -37,7 +37,7 @@ weak_alias (__data_start, data_start)
#ifndef errno
volatile int __errno;
-string_alias (__errno, errno)
+strong_alias (__errno, errno)
#endif
extern void __libc_init __P ((int argc, char **argv, char **envp));