aboutsummaryrefslogtreecommitdiffstats
path: root/main/php/php-uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/php/php-uclibc.patch')
-rw-r--r--main/php/php-uclibc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/php/php-uclibc.patch b/main/php/php-uclibc.patch
deleted file mode 100644
index ca6890e43d..0000000000
--- a/main/php/php-uclibc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./ext/standard/php_crypt_r.c.orig
-+++ ./ext/standard/php_crypt_r.c
-@@ -94,7 +94,7 @@
- if (!initialized) {
- #ifdef PHP_WIN32
- InterlockedIncrement(&initialized);
--#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2))
-+#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2)) || defined(__UCLIBC__)
- __sync_fetch_and_add(&initialized, 1);
- #elif defined(HAVE_ATOMIC_H) /* Solaris 10 defines atomic API within */
- membar_producer();