I don't see why this should be gcc dependant and this fixes bugs 4140

and 4143
This commit is contained in:
Rasmus Lerdorf 2000-04-14 13:14:30 +00:00
parent 2206a9f7dd
commit 2acd0ad1fe
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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"