summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_internal.h')
-rw-r--r--nuttx/lib/lib_internal.h10
1 files changed, 0 insertions, 10 deletions
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 */