svn commit: trunk/uClibc/include

Peter S. Mazinger ps.m at gmx.net
Mon Mar 27 12:53:48 UTC 2006


On Mon, 27 Mar 2006 sjhill at uclibc.org wrote:

> Author: sjhill
> Date: 2006-03-27 04:49:24 -0800 (Mon, 27 Mar 2006)
> New Revision: 14663
> 
> Log:
> Revert change to remove 'error_print_progname' so that gettext will build. It can be commented out again when someone figures out how to fix gettext building and do the proper thing.
> 
> 
> Modified:
>    trunk/uClibc/include/error.h

and this is a fix, having the prototype w/o support in libc.so?

Erik, it is your call, I do not argue anymore about such nonsense

Peter
> 
> 
> Changeset:
> Modified: trunk/uClibc/include/error.h
> ===================================================================
> --- trunk/uClibc/include/error.h	2006-03-26 23:18:37 UTC (rev 14662)
> +++ trunk/uClibc/include/error.h	2006-03-27 12:49:24 UTC (rev 14663)
> @@ -53,12 +53,12 @@
>  /* If NULL, error will flush stdout, then print on stderr the program
>     name, a colon and a space.  Otherwise, error will call this
>     function without parameters instead.  */
> -/* extern void (*error_print_progname) (void); */
> +extern void (*error_print_progname) (void);
>  
>  #else
>  void error ();
>  void error_at_line ();
> -/* extern void (*error_print_progname) (); */
> +extern void (*error_print_progname) ();
>  #endif
>  
>  /* This variable is incremented each time `error' is called.  */
> 
> _______________________________________________
> uClibc-cvs mailing list
> uClibc-cvs at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc-cvs
> 
> 

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list