mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
mode_t should be an unsigned_int
This commit is contained in:
parent
7ab46420be
commit
8aecb3c984
@ -44,7 +44,7 @@
|
||||
#include "readdir.h"
|
||||
#include <sys/utime.h>
|
||||
/* mode_t isn't defined on Windows */
|
||||
typedef int mode_t;
|
||||
typedef unsigned short mode_t;
|
||||
|
||||
#define DEFAULT_SLASH '\\'
|
||||
#define IS_SLASH(c) ((c) == '/' || (c) == '\\')
|
||||
|
Loading…
Reference in New Issue
Block a user