aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc-git/error_print_progname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/uclibc/uclibc-git/error_print_progname.patch')
-rw-r--r--recipes/uclibc/uclibc-git/error_print_progname.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes/uclibc/uclibc-git/error_print_progname.patch b/recipes/uclibc/uclibc-git/error_print_progname.patch
deleted file mode 100644
index 6c10ec6b3c..0000000000
--- a/recipes/uclibc/uclibc-git/error_print_progname.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /libc/misc/error/orig-error.c 2006-11-29 14:28:13.000000000 -0500
-+++ /libc/misc/error/error.c 2006-12-20 22:54:16.000000000 -0500
-@@ -44,7 +44,7 @@
- /* 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, ...)