mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
9 lines
146 B
C
9 lines
146 B
C
/* Moved into a separate source file -- can be eliminated later */
|
|
|
|
#include <errno.h>
|
|
|
|
int *__get_errno_ptr(void)
|
|
{
|
|
return ___errno();
|
|
}
|
|
|