mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
Add some more BeOS support.
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
#include "SAPI.h"
|
||||
#include "php_globals.h"
|
||||
|
||||
#ifdef __BEOS__
|
||||
#define realpath(x,y) strcpy(y,x)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* php_checkuid
|
||||
|
||||
Reference in New Issue
Block a user