diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-27 19:28:18 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-27 19:28:18 +0000 |
commit | 8b8916ece6eb9663ac587f876132feb678c157fd (patch) | |
tree | 5b462dcba72b308c5bdff199160e0a3d5d4f3193 /libc/misc | |
parent | 6b92aef7534d1bcdf1802442252f5f0a75b6e2fc (diff) |
Disabled NULL error_print_progname, useless
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/error/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/error/error.c b/libc/misc/error/error.c index 99ab88c24..6ac0a32df 100644 --- a/libc/misc/error/error.c +++ b/libc/misc/error/error.c @@ -32,7 +32,7 @@ int error_one_per_line; /* 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) = NULL; +/* void (*error_print_progname) (void) = NULL; */ extern __typeof(error) __error attribute_hidden; void __error (int status, int errnum, const char *message, ...) |