mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
I don't see why this should be gcc dependant and this fixes bugs 4140
and 4143
This commit is contained in:
parent
2206a9f7dd
commit
2acd0ad1fe
@ -35,7 +35,7 @@
|
||||
|
||||
#include "php_sysvsem.h"
|
||||
|
||||
#if !HAVE_SEMUN && defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ == 6
|
||||
#if !HAVE_SEMUN
|
||||
|
||||
union semun {
|
||||
int val; /* value for SETVAL */
|
||||
|
@ -1,3 +1,3 @@
|
||||
/* automatically generated by configure */
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_VERSION "4.0RC2-dev"
|
||||
#define PHP_VERSION "4.0RC1"
|
||||
|
Loading…
Reference in New Issue
Block a user