mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Added opendir, readdir, closedir, etc.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@62 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -40,10 +40,19 @@
|
||||
* Included Files
|
||||
************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
/* Architecture specific limits */
|
||||
|
||||
#include <arch/limits.h>
|
||||
|
||||
/************************************************************
|
||||
* Definitions
|
||||
************************************************************/
|
||||
|
||||
/* Configurable limits */
|
||||
|
||||
#define NAME_MAX CONFIG_NAME_MAX
|
||||
#define MAXNAMELEN CONFIG_NAME_MAX
|
||||
|
||||
#endif /* __LIMITS_H */
|
||||
|
||||
Reference in New Issue
Block a user