diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-06 23:15:06 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2014-12-06 23:15:06 +0100 |
commit | acc786cb5805d057932ada3e7c571bb8e901cd67 (patch) | |
tree | fe6a9da99a9c5492f1004363a2a1a7aa8bfc8fed /kernel/lib_tests/slab_test.c | |
parent | 0b5d6568c468075b6c1a2de065332b270345611b (diff) | |
download | macroscope-acc786cb5805d057932ada3e7c571bb8e901cd67.tar.gz macroscope-acc786cb5805d057932ada3e7c571bb8e901cd67.zip |
Begin review of taking model : making things thread safe.
Diffstat (limited to 'kernel/lib_tests/slab_test.c')
-rw-r--r-- | kernel/lib_tests/slab_test.c | 2 |
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 :*/ |