mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
NETWARE has a proper stat structure Now no need of CLIB_STAT_PATCH checks
This commit is contained in:
parent
0903dcdcf7
commit
a93f75ce6b
1 changed files with 0 additions and 4 deletions
|
@ -104,11 +104,7 @@ typedef struct _php_stream_filter php_stream_filter;
|
|||
#include "streams/php_stream_filter_api.h"
|
||||
|
||||
typedef struct _php_stream_statbuf {
|
||||
#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
|
||||
struct stat_libc sb; /* regular info */
|
||||
#else
|
||||
struct stat sb; /* regular info */
|
||||
#endif
|
||||
/* extended info to go here some day: content-type etc. etc. */
|
||||
} php_stream_statbuf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue