mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Add some more BeOS support.
This commit is contained in:
parent
69a6289e8c
commit
cf2e12a01e
@ -31,6 +31,9 @@
|
||||
#include "SAPI.h"
|
||||
#include "php_globals.h"
|
||||
|
||||
#ifdef __BEOS__
|
||||
#define realpath(x,y) strcpy(y,x)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* php_checkuid
|
||||
|
Loading…
Reference in New Issue
Block a user