svn commit: trunk/uClibc/libc/misc/error

psm at uclibc.org psm at uclibc.org
Wed Feb 1 09:34:12 UTC 2006


Author: psm
Date: 2006-02-01 01:34:11 -0800 (Wed, 01 Feb 2006)
New Revision: 13780

Log:
gcc41 does not like this at all

Modified:
   trunk/uClibc/libc/misc/error/error.c


Changeset:
Modified: trunk/uClibc/libc/misc/error/error.c
===================================================================
--- trunk/uClibc/libc/misc/error/error.c	2006-02-01 09:25:33 UTC (rev 13779)
+++ trunk/uClibc/libc/misc/error/error.c	2006-02-01 09:34:11 UTC (rev 13780)
@@ -39,9 +39,7 @@
 libc_hidden_proto(stderr)
 
 /* This variable is incremented each time `error' is called.  */
-libc_hidden_proto(error_message_count)
 unsigned int error_message_count = 0;
-libc_hidden_data_def(error_message_count)
 /* Sometimes we want to have at most one error per line.  This
    variable controls whether this mode is selected or not.  */
 int error_one_per_line;




More information about the uClibc-cvs mailing list