diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-06-29 12:44:06 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-06-29 12:44:06 +0000 |
commit | ce3b796f90f37b2e75f3e5c871f4cab26c4cbba9 (patch) | |
tree | 290e9f070c289eedb51278feee89280159f5abc8 | |
parent | c49718f601e947305fbcd9663da13b2842ceea86 (diff) | |
download | php-git-ce3b796f90f37b2e75f3e5c871f4cab26c4cbba9.tar.gz |
this file is not used at all so removing it.
-rw-r--r-- | netware/geterrnoptr.c | 9 |
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(); -} - |