]> granicus.if.org Git - php/commitdiff
this file is not used at all so removing it.
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 12:44:06 +0000 (12:44 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 29 Jun 2005 12:44:06 +0000 (12:44 +0000)
netware/geterrnoptr.c [deleted file]

diff --git a/netware/geterrnoptr.c b/netware/geterrnoptr.c
deleted file mode 100644 (file)
index 065d33e..0000000
+++ /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();
-}
-