From 623d9266d3f93e84bb3e1dee69733673e2cfd00b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 16 Mar 2007 22:04:45 +0000 Subject: 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 --- nuttx/include/stdio.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'nuttx/include/stdio.h') 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 -- cgit v1.2.3