From de691e68f72c525b1204e8e1a6ea24261ea6d124 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 25 Nov 2003 17:26:45 +0000 Subject: 2003-11-25 Jennifer Averett PR 519/filesystem * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check write permissions in parent directory for file or directory delete --- cpukit/libcsupport/include/rtems/libio_.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/libcsupport/include/rtems/libio_.h') diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index 34fd0e9ee0..0d0e5ffd9b 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rtems/libio_.h @@ -227,6 +227,11 @@ int rtems_filesystem_evaluate_path( int follow_link ); +int rtems_filesystem_evaluate_parent( + int flags, + rtems_filesystem_location_info_t *pathloc +); + void rtems_filesystem_initialize(); int init_fs_mount_table(); -- cgit v1.2.3