diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 14:42:29 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 14:42:29 +0100 |
| commit | 7cd3b7caee10d62f7be674afb86a136bf30485d6 (patch) | |
| tree | 121a8c79114174b765713387187d930b102f760f /lib/libc/Kbuild | |
| parent | 3b3325f761b09ebbfef04c44eed546cc4fdeb329 (diff) | |
Add mqueue rt api, add header tests
Diffstat (limited to 'lib/libc/Kbuild')
| -rw-r--r-- | lib/libc/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Kbuild b/lib/libc/Kbuild index 7de874f6..28ef1c99 100644 --- a/lib/libc/Kbuild +++ b/lib/libc/Kbuild @@ -19,6 +19,7 @@ obj-y += inttypes/ obj-y += libgen/ obj-y += mman/ obj-y += monetary/ +obj-y += mqueue/ obj-y += msg/ obj-y += poll/ obj-y += pwd/ |
