Browse Source

Merge pull request #3522 from bigmagic123/fix_redefinition

remove redefinition 'mode_t'
Bernard Xiong 5 years ago
parent
commit
5b300113f7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      components/libc/compilers/minilibc/sys/types.h

+ 0 - 2
components/libc/compilers/minilibc/sys/types.h

@@ -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;