Merge pull request #3522 from bigmagic123/fix_redefinition

remove redefinition 'mode_t'
This commit is contained in:
Bernard Xiong 2020-04-11 23:17:24 +08:00 committed by GitHub
commit 5b300113f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
typedef int mode_t;
typedef unsigned long clockid_t;
typedef int pid_t;