summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h
index 888344324e..48b4633879 100644
--- a/main/php.h
+++ b/main/php.h
@@ -230,10 +230,6 @@ typedef unsigned int socklen_t;
#include "zend_stack.h"
#include <string.h>
-#ifndef HAVE_STRERROR
-char *strerror(int);
-#endif
-
#if HAVE_PWD_H
# ifdef PHP_WIN32
#include "win32/param.h"