mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
sys-apps/audio-entropyd: Drop unused uclibc patch
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40249 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
9cd8174dab
commit
d29cacc8fe
@ -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 <signal.h>
|
||||
#include <syslog.h>
|
||||
#include <regex.h>
|
||||
-#if defined(__GLIBC__)
|
||||
+#if defined(__GLIBC__) && !defined(__UCLIBC__)
|
||||
#include <execinfo.h>
|
||||
#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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user