From d29cacc8fe760fa052cb4e0f8f8a975cdc7adba7 Mon Sep 17 00:00:00 2001 From: NHOrus Date: Tue, 21 Jan 2025 21:16:01 +0400 Subject: [PATCH] sys-apps/audio-entropyd: Drop unused uclibc patch Signed-off-by: NHOrus Closes: https://github.com/gentoo/gentoo/pull/40249 Signed-off-by: Sam James --- .../files/audio-entropyd-2.0.1-uclibc.patch | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 sys-apps/audio-entropyd/files/audio-entropyd-2.0.1-uclibc.patch diff --git a/sys-apps/audio-entropyd/files/audio-entropyd-2.0.1-uclibc.patch b/sys-apps/audio-entropyd/files/audio-entropyd-2.0.1-uclibc.patch deleted file mode 100644 index bdf5adeff825c..0000000000000 --- a/sys-apps/audio-entropyd/files/audio-entropyd-2.0.1-uclibc.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- audio-entropyd-1.0.1.orig/error.c 2008-01-22 09:50:28 +0000 -+++ audio-entropyd-1.0.1/error.c 2008-01-22 09:53:51 +0000 -@@ -9,13 +9,13 @@ - #include - #include - #include --#if defined(__GLIBC__) -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - #include - #endif - - void print_trace(void) - { --#if defined(__GLIBC__) -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - void *array[MAX_BACKTRACE_LENGTH]; - size_t size; - -@@ -39,7 +39,7 @@ - printf("\n\n\nDebug information:\n"); - if (errno) fprintf(stderr, "errno: %d=%s (if applicable)\n", errno, strerror(errno)); - --#if defined(__GLIBC__) -+#if defined(__GLIBC__) && !defined(__UCLIBC__) - print_trace(); - #endif -