summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-06-29 12:44:06 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-06-29 12:44:06 +0000
commitce3b796f90f37b2e75f3e5c871f4cab26c4cbba9 (patch)
tree290e9f070c289eedb51278feee89280159f5abc8 /netware
parentc49718f601e947305fbcd9663da13b2842ceea86 (diff)
downloadphp-git-ce3b796f90f37b2e75f3e5c871f4cab26c4cbba9.tar.gz
this file is not used at all so removing it.
Diffstat (limited to 'netware')
-rw-r--r--netware/geterrnoptr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/netware/geterrnoptr.c b/netware/geterrnoptr.c
deleted file mode 100644
index 065d33e84d..0000000000
--- a/netware/geterrnoptr.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Moved into a separate source file -- can be eliminated later */
-
-#include <errno.h>
-
-int *__get_errno_ptr(void)
-{
- return ___errno();
-}
-