This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
RT-Thread
/
rt-thread
mirror da
https://github-proxy.rt-thread.io/RT-Thread/rt-thread.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
[DFS] Add fcntl.h for armlibc.
Bernard Xiong
10 anni fa
parent
9c48f9e09c
commit
9c293336cb
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
6
0
components/libc/armlibc/fcntl.h
+ 6
- 0
components/libc/armlibc/fcntl.h
Vedi File
@@ -0,0 +1,6 @@
+#ifndef FCNTL_H__
+#define FCNTL_H__
+
+#include <dfs_posix.h>
+
+#endif