This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
root
/
rt-thread
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
[DFS] Add fcntl.h for armlibc.
Bernard Xiong
hace 10 años
padre
9c48f9e09c
commit
9c293336cb
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
components/libc/armlibc/fcntl.h
+ 6
- 0
components/libc/armlibc/fcntl.h
Ver fichero
@@ -0,0 +1,6 @@
+#ifndef FCNTL_H__
+#define FCNTL_H__
+
+#include <dfs_posix.h>
+
+#endif