diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:35:15 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 18:35:15 +0100 |
| commit | 6f6c027a90fba09f06ea0937b57cfd349661620e (patch) | |
| tree | 55d75d92fdeeb4e3919ddbc4e19ac1e2ee419994 /lib/libc/sys/Kbuild | |
| parent | 69e6fe89fa9baafeca3e3515bb50897cd8ee7c35 (diff) | |
Add sys/file.h header and flock implementation
Diffstat (limited to 'lib/libc/sys/Kbuild')
| -rw-r--r-- | lib/libc/sys/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Kbuild b/lib/libc/sys/Kbuild index 7e371981..caaf922a 100644 --- a/lib/libc/sys/Kbuild +++ b/lib/libc/sys/Kbuild @@ -11,3 +11,4 @@ obj-y += reboot.o obj-y += sysinfo.o obj-y += umount.o obj-y += umount2.o +obj-y += flock.o |
