From: Alan Cox Date: Sat, 3 Jan 2015 15:38:12 +0000 (+0000) Subject: syscall_fs2: correct version of staticfast fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=152a6824c67b8f2ac6c0b7c92d4a9809c6d3bafc;p=FUZIX.git syscall_fs2: correct version of staticfast fix --- 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;