From 2a929cc87152fc499715d43a808e7cb78c2e01cf Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Jan 2001 15:59:58 +0000 Subject: 2001-01-25 Fernando Ruiz * Alternate email is correo@fernando-ruiz.com * libc/privateenv.c: New file. * include/rtems/libio_.h, libc/Makefile.am, libc/base_fs.c, libc/unmount.c: Moved default umask, current working directory, root, and links followed count into a structure "user environment" that can then be treated as a unit. This enable giving unique copies of these to individual threads or collection of threads. --- cpukit/libcsupport/src/unmount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libcsupport/src/unmount.c') diff --git a/cpukit/libcsupport/src/unmount.c b/cpukit/libcsupport/src/unmount.c index 33c6f25bee..dfd1797112 100644 --- a/cpukit/libcsupport/src/unmount.c +++ b/cpukit/libcsupport/src/unmount.c @@ -37,7 +37,6 @@ */ extern Chain_Control rtems_filesystem_mount_table_control; -extern rtems_filesystem_location_info_t rtems_filesystem_current; int search_mt_for_mount_point( rtems_filesystem_location_info_t *location_of_mount_point -- cgit v1.2.3