Changeset 611 for trunk/libs/mini-libc
- Timestamp:
- Jan 9, 2019, 3:02:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libc/dirent.h
r449 r611 25 25 #define _DIRENT_H_ 26 26 27 #include <shared_dirent.h> 28 27 29 /***************************************************************************************** 28 * This file defines the user level, directory entr yrelated library.30 * This file defines the user level, directory entries related library. 29 31 * All these functions make a system call to access the kernel VFS. 30 * The user/kernel shared structures and mnemonics are defined in31 * the <syscalls/shared_include/shared_dirent.h> file.32 32 ****************************************************************************************/ 33 34 #include <shared_dirent.h>35 33 36 34 /*****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.