1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* misc/Makefile (headers): Rename queue.h to sys/queue.h.

* misc/queue.h: Moved to misc/sys/queue.h.
This commit is contained in:
Roland McGrath
1996-01-22 10:00:24 +00:00
parent bbed653cda
commit f2f7f9e665
5 changed files with 10 additions and 2 deletions

View File

@ -50,7 +50,11 @@ void exit ();
/* 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. */
void (*error_print_progname) ();
void (*error_print_progname) (
#if __STDC__
void
#endif
);
/* This variable is incremented each time `error' is called. */
unsigned int error_message_count;