diff options
Diffstat (limited to 'ext/standard/pageinfo.h')
| -rw-r--r-- | ext/standard/pageinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/pageinfo.h b/ext/standard/pageinfo.h index d593ade004..5f230fec05 100644 --- a/ext/standard/pageinfo.h +++ b/ext/standard/pageinfo.h @@ -6,6 +6,6 @@ PHP_FUNCTION(getmypid); PHP_FUNCTION(getmyinode); PHP_FUNCTION(getlastmod); -extern long _php3_getuid(void); +extern long php_getuid(void); #endif |
