From 872cf9f99f8b6e2a64781c0c6bc8aee6e35f5cb7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 23 Aug 2008 15:16:10 +0000 Subject: Added ch and pwd to NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@841 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/lib_internal.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'nuttx/lib/lib_internal.h') diff --git a/nuttx/lib/lib_internal.h b/nuttx/lib/lib_internal.h index 067b64c24..2f776321a 100644 --- a/nuttx/lib/lib_internal.h +++ b/nuttx/lib/lib_internal.h @@ -102,11 +102,6 @@ struct lib_rawstream_s * Public Variables ****************************************************************************/ -#if CONFIG_NFILE_DESCRIPTORS > 0 -extern char *g_cwd; /* Defined in lib_chdir.c */ -extern char *g_prevcwd; /* Defined in lib_chdir.c */ -#endif - /**************************************************************************** * Public Function Prototypes ****************************************************************************/ @@ -193,9 +188,4 @@ extern void lib_give_semaphore(FAR struct file_struct *stream); extern int lib_getbase(const char *nptr, const char **endptr); -/* Defined in lib_cwdsem.c */ - -extern void cwd_semtake(void); -extern void cwd_semgive(void); - #endif /* __LIB_INTERNAL_H */ -- cgit v1.2.3