]> granicus.if.org Git - php/commitdiff
New file added for NetWare.
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 3 Jan 2003 11:36:57 +0000 (11:36 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 3 Jan 2003 11:36:57 +0000 (11:36 +0000)
netware/geterrnoptr.c [new file with mode: 0644]

diff --git a/netware/geterrnoptr.c b/netware/geterrnoptr.c
new file mode 100644 (file)
index 0000000..065d33e
--- /dev/null
@@ -0,0 +1,9 @@
+/* Moved into a separate source file -- can be eliminated later */
+
+#include <errno.h>
+
+int *__get_errno_ptr(void)
+{   
+    return ___errno();
+}
+