Skip to content

Commit aa8a493

Browse files
committed
move select.h to none-gcc
1 parent f1088e7 commit aa8a493

File tree

1 file changed

+1
-1
lines changed
  • components/libc/compilers/common/none-gcc/sys

1 file changed

+1
-1
lines changed

components/libc/compilers/common/sys/select.h renamed to components/libc/compilers/common/none-gcc/sys/select.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#define __SYS_SELECT_H__
1313

1414
#include <rtconfig.h>
15-
#include <sys/time.h>
1615
#include <sys/types.h>
16+
#include <sys/time.h>
1717

1818
#ifndef FD_SETSIZE
1919
#define FD_SETSIZE 32

0 commit comments

Comments
 (0)