mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
10 lines
146 B
C
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();
|
|
}
|
|
|