From 2f529f9b558ca1c1bd74be7437a84e4711743404 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 01 Nov 2024 02:11:33 +0000 Subject: [PATCH] add xenomai --- kernel/fs/fcntl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/fs/fcntl.c b/kernel/fs/fcntl.c index fcf34f8..0b131a8 100644 --- a/kernel/fs/fcntl.c +++ b/kernel/fs/fcntl.c @@ -1044,7 +1044,7 @@ * Exceptions: O_NONBLOCK is a two bit define on parisc; O_NDELAY * is defined as O_NONBLOCK on some platforms and not on others. */ - BUILD_BUG_ON(21 - 1 /* for O_RDONLY being 0 */ != + BUILD_BUG_ON(22 - 1 /* for O_RDONLY being 0 */ != HWEIGHT32( (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) | __FMODE_EXEC | __FMODE_NONOTIFY)); -- Gitblit v1.6.2