One more unused->used change
Andreas Jaeger
aj@suse.de
Sun Jul 27 15:11:00 GMT 2003
I just noticed the following place where we should use used. I've
committed the patch,
Andreas
2003-07-27 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/init-first.c: Mark init as used.
============================================================
Index: sysdeps/unix/sysv/linux/init-first.c
--- sysdeps/unix/sysv/linux/init-first.c 1 Dec 2002 22:14:40 -0000 1.48
+++ sysdeps/unix/sysv/linux/init-first.c 27 Jul 2003 15:10:40 -0000
@@ -1,5 +1,5 @@
/* Initialization code run first thing by the ELF startup code. Linux version.
- Copyright (C) 1995-1999,2000,01,02 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999,2000,01,02,03 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
@@ -30,7 +30,7 @@
#include <ldsodefs.h>
/* The function is called from assembly stubs the compiler can't see. */
-static void init (int, char **, char **) __attribute__ ((unused));
+static void init (int, char **, char **) __attribute__ ((used));
/* Set nonzero if we have to be prepared for more then one libc being
used in the process. Safe assumption if initializer never runs. */
--
Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-hacker/attachments/20030727/21315dde/attachment.sig>
More information about the Libc-hacker
mailing list