Changeset 86042ae in rtems for cpukit/libcsupport/src/rmdir.c
- Timestamp:
- Nov 25, 2003, 5:27:55 PM (17 years ago)
- Children:
- c11ca814
- Parents:
- 7fa97181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/src/rmdir.c
r7fa97181 r86042ae 40 40 return -1; 41 41 42 result = rtems_filesystem_evaluate_parent(RTEMS_LIBIO_PERMS_WRITE, &loc ); 43 if (result != 0){ 44 rtems_filesystem_freenode( &loc ); 45 return -1; 46 } 47 42 48 /* 43 49 * Verify you can remove this node as a directory.
Note: See TracChangeset
for help on using the changeset viewer.