summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-16 22:04:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-16 22:04:45 +0000
commit623d9266d3f93e84bb3e1dee69733673e2cfd00b (patch)
treeae8d19c0684b369bae75e2a59ddf2183b3df3768
parentc2bc43ced9d30a3f6d70680e3a33ad4db272701d (diff)
downloadnuttx-623d9266d3f93e84bb3e1dee69733673e2cfd00b.tar.gz
nuttx-623d9266d3f93e84bb3e1dee69733673e2cfd00b.tar.bz2
nuttx-623d9266d3f93e84bb3e1dee69733673e2cfd00b.zip
Remove some defines that belong in limits.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@73 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/include/stdio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/include/stdio.h b/nuttx/include/stdio.h
index 12f3c086d..666bb22fa 100644
--- a/nuttx/include/stdio.h
+++ b/nuttx/include/stdio.h
@@ -61,8 +61,6 @@
/* File I/O constants ***************************************/
-#define MAXNAMLEN 100
-#define NAME_MAX 100
#define PATH_MAX 101
#define S_IFMT 0170000
#define S_IFIFO 0010000