This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
RT-Thread
/
rt-thread
réplica de
https://github-proxy.rt-thread.io/RT-Thread/rt-thread.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
[DFS] Add fcntl.h for armlibc.
Bernard Xiong
%!s(int64=10) %!d(string=hai) anos
pai
9c48f9e09c
achega
9c293336cb
Modificáronse 1 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
components/libc/armlibc/fcntl.h
+ 6
- 0
components/libc/armlibc/fcntl.h
Ver ficheiro
@@ -0,0 +1,6 @@
+#ifndef FCNTL_H__
+#define FCNTL_H__
+
+#include <dfs_posix.h>
+
+#endif