This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
root
/
rt-thread
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
[DFS] Add fcntl.h for armlibc.
Bernard Xiong
il y a 10 ans
Parent
9c48f9e09c
commit
9c293336cb
1 fichiers modifiés
avec
6 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
6
0
components/libc/armlibc/fcntl.h
+ 6
- 0
components/libc/armlibc/fcntl.h
Voir le fichier
@@ -0,0 +1,6 @@
+#ifndef FCNTL_H__
+#define FCNTL_H__
+
+#include <dfs_posix.h>
+
+#endif