1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/netware/geterrnoptr.c
2003-01-03 11:36:57 +00:00

10 lines
146 B
C

/* Moved into a separate source file -- can be eliminated later */
#include <errno.h>
int *__get_errno_ptr(void)
{
return ___errno();
}