Commit fe146fbe authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "uClibc compilation fix"

This reverts commit 09c815ed.
parent 74ba8ca7
...@@ -74,14 +74,14 @@ error: ...@@ -74,14 +74,14 @@ error:
return (path != NULL) ? path : strdup (PKGLIBDIR); return (path != NULL) ? path : strdup (PKGLIBDIR);
} }
#if defined(__GLIBC__) && !defined(__UCLIBC__) #ifdef __GLIBC__
# include <gnu/libc-version.h> # include <gnu/libc-version.h>
# include <stdlib.h> # include <stdlib.h>
#endif #endif
void system_Init (void) void system_Init (void)
{ {
#if defined(__GLIBC__) && !defined(__UCLIBC__) #ifdef __GLIBC__
const char *glcv = gnu_get_libc_version (); const char *glcv = gnu_get_libc_version ();
/* gettext in glibc 2.5-2.7 is not thread-safe. LibVLC keeps crashing, /* gettext in glibc 2.5-2.7 is not thread-safe. LibVLC keeps crashing,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment