summaryrefslogtreecommitdiff
path: root/main/php_reentrancy.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_reentrancy.h')
-rw-r--r--main/php_reentrancy.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h
index 5812ba8128..c4d6a61e2a 100644
--- a/main/php_reentrancy.h
+++ b/main/php_reentrancy.h
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#ifndef PHP_REENTRANCY_H
#define PHP_REENTRANCY_H
@@ -91,7 +89,7 @@ char *asctime_r(const struct tm *tm, char *buf);
#endif
-#if !defined(HAVE_GMTIME_R) && defined(HAVE_GMTIME) || defined(__BEOS__)
+#if !defined(HAVE_GMTIME_R) && defined(HAVE_GMTIME)
#define PHP_NEED_REENTRANCY 1
PHPAPI struct tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm);
#else