Skip to content

Commit 3d29ac8

Browse files
committed
remove redefinition 'mode_t'
1 parent b010283 commit 3d29ac8

File tree

1 file changed

+0
-2
lines changed
  • components/libc/compilers/minilibc/sys

1 file changed

+0
-2
lines changed

components/libc/compilers/minilibc/sys/types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ typedef unsigned short u_short;
2525
typedef unsigned int u_int;
2626
typedef unsigned long u_long;
2727

28-
typedef int mode_t;
29-
3028
typedef unsigned long clockid_t;
3129
typedef int pid_t;
3230

0 commit comments

Comments
 (0)