From a904b5d93a2b54c611beb9c50ed274c5d77ec7b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Apr 1998 11:23:12 +0000 Subject: Update. 1998-04-05 Ulrich Drepper * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc* and wc*tomb* functions. 1998-04-04 15:16 Philip Blundell * sysdeps/unix/start.c: Fix typo. 1998-04-04 Ulrich Drepper * iconv/gconv_db.c (__gconv_find_transform): Fix typo. --- sysdeps/unix/start.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/start.c') 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)); -- cgit v1.2.3