summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/CASES
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:33:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:33:07 +0000
commit166475ad3db4bed5e8ee5b5c97816df365c10da1 (patch)
treebb19c6a2118e1de81ad774418c2002ae951a981b /c/src/lib/libc/CASES
parent2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-166475ad3db4bed5e8ee5b5c97816df365c10da1.tar.bz2
2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove lib.
Diffstat (limited to 'c/src/lib/libc/CASES')
-rw-r--r--c/src/lib/libc/CASES23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/lib/libc/CASES b/c/src/lib/libc/CASES
deleted file mode 100644
index 4578ae5009..0000000000
--- a/c/src/lib/libc/CASES
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# $Id$
-#
-
-This is a list of cases to consider when implementing a file system:
-
-
-+ Given a tree of this form:
-
- a ----- b
- /
- c
-
- Where a and b are directories and c is a link to directory b. Consider
- this sequence:
-
- - rmdir a/b
- - mknod c/b/x
- - unlink c
-
-
-
-