URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libcsupport/] [src/] [CASES] - Rev 1771
Go to most recent revision | Compare with Previous | Blame | View Log
## CASES,v 1.1 1998/11/23 19:07:44 joel Exp#This is a list of cases to consider when implementing a file system:+ Given a tree of this form:a ----- b/cWhere a and b are directories and c is a link to directory b. Considerthis sequence:- rmdir a/b- mknod c/b/x- unlink c
Go to most recent revision | Compare with Previous | Blame | View Log
