소스 검색

remove redefinition 'mode_t'

bigmagic 5 년 전
부모
커밋
3d29ac8953
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;