aboutsummaryrefslogtreecommitdiff
path: root/kernel/lib_tests
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2014-12-06 23:15:06 +0100
committerAlex Auvolat <alex.auvolat@ens.fr>2014-12-06 23:15:06 +0100
commitacc786cb5805d057932ada3e7c571bb8e901cd67 (patch)
treefe6a9da99a9c5492f1004363a2a1a7aa8bfc8fed /kernel/lib_tests
parent0b5d6568c468075b6c1a2de065332b270345611b (diff)
downloadmacroscope-acc786cb5805d057932ada3e7c571bb8e901cd67.tar.gz
macroscope-acc786cb5805d057932ada3e7c571bb8e901cd67.zip
Begin review of taking model : making things thread safe.
Diffstat (limited to 'kernel/lib_tests')
-rw-r--r--kernel/lib_tests/slab_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/lib_tests/slab_test.c b/kernel/lib_tests/slab_test.c
index 4bfc6b0..747c785 100644
--- a/kernel/lib_tests/slab_test.c
+++ b/kernel/lib_tests/slab_test.c
@@ -40,3 +40,5 @@ int main(int argc, char *argv[]) {
return 0;
}
+
+/* vim: set ts=4 sw=4 tw=0 noet :*/