From 152a6824c67b8f2ac6c0b7c92d4a9809c6d3bafc Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 3 Jan 2015 15:38:12 +0000 Subject: [PATCH] syscall_fs2: correct version of staticfast fix --- Kernel/syscall_fs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/syscall_fs2.c b/Kernel/syscall_fs2.c index 8ad5b43b..872b608e 100644 --- a/Kernel/syscall_fs2.c +++ b/Kernel/syscall_fs2.c @@ -689,7 +689,7 @@ int16_t _flock(void) inoptr ino; struct oft *o; staticfast uint8_t c; - staticfast uint8_t lock + staticfast uint8_t lock; staticfast int self; lock = lockop & ~LOCK_NB; -- 2.34.1