summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2016-09-14 08:43:57 -0400
committerFrans Kaashoek <[email protected]>2016-09-14 08:43:57 -0400
commitda91a3a408d3f26de8d46cb73474207b5d7c802a (patch)
treec6b3a774f2052ce53df43da2402c9506f5344626
parente85cb90cbfb4b209066f0136387a2a1a98d890bf (diff)
downloadxv6-labs-da91a3a408d3f26de8d46cb73474207b5d7c802a.tar.gz
xv6-labs-da91a3a408d3f26de8d46cb73474207b5d7c802a.tar.bz2
xv6-labs-da91a3a408d3f26de8d46cb73474207b5d7c802a.zip
Add sleeplock.[ch] to listing
-rw-r--r--runoff.list2
1 files changed, 2 insertions, 0 deletions
diff --git a/runoff.list b/runoff.list
index 73d39f7..3db7072 100644
--- a/runoff.list
+++ b/runoff.list
@@ -35,12 +35,14 @@ sysproc.c
# file system
buf.h
+sleeplock.h
fcntl.h
stat.h
fs.h
file.h
ide.c
bio.c
+sleeplock.c
log.c
fs.c
file.c