summaryrefslogtreecommitdiffstats
path: root/main/vlc/uclibc3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/vlc/uclibc3.patch')
-rw-r--r--main/vlc/uclibc3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/vlc/uclibc3.patch b/main/vlc/uclibc3.patch
index 04154f35bf..bacad290a4 100644
--- a/main/vlc/uclibc3.patch
+++ b/main/vlc/uclibc3.patch
@@ -34,16 +34,3 @@ index 1644ce6..1440e1c 100644
const char *glcv = gnu_get_libc_version ();
/* gettext in glibc 2.5-2.7 is not thread-safe. LibVLC keeps crashing,
-diff --git a/src/misc/mtime.c b/src/misc/mtime.c
-index 1cc787d..985aa3a 100644
---- a/src/misc/mtime.c
-+++ b/src/misc/mtime.c
-@@ -78,7 +78,7 @@ int nanosleep(struct timespec *, struct timespec *);
- # define _POSIX_CLOCK_SELECTION (-1)
- #endif
-
--# if (_POSIX_CLOCK_SELECTION < 0)
-+# if (_POSIX_CLOCK_SELECTION < 0) || defined(__UCLIBC__)
- /*
- * We cannot use the monotonic clock if clock selection is not available,
- * as it would screw vlc_cond_timedwait() completely. Instead, we have to