From b0c7d2e83b464bc3b620dd389de1bceba453909d Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 22 Aug 2008 23:38:33 +0000 Subject: Add chdir() and getcwd() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@837 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 cfb722c6d..92bfdf10f 100644 --- a/nuttx/include/stdio.h +++ b/nuttx/include/stdio.h @@ -134,9 +134,7 @@ EXTERN int vsnprintf(char *buf, size_t size, const char *format, va_list ap); /* POSIX-like File System Interfaces */ -EXTERN int chdir(const char *path); EXTERN FILE *fdopen(int fd, const char *type); -EXTERN char *getcwd(FAR char *buf, size_t size); EXTERN int statfs(const char *path, FAR struct statfs *buf); #undef EXTERN -- cgit v1.2.3