git: cf65b5e43d7c - main - libsys: Add inotify support

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Fri, 04 Jul 2025 14:55:55 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=cf65b5e43d7cdc67a932d089312c5a54342167db

commit cf65b5e43d7cdc67a932d089312c5a54342167db
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-07-03 20:09:19 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-07-04 14:42:33 +0000

    libsys: Add inotify support
    
    Include the two new syscalls in the symbol map.
    
    Reviewed by:    kib
    MFC after:      3 months
    Sponsored by:   Klara, Inc.
    Differential Revision:  https://reviews.freebsd.org/D50315
---
 lib/libsys/Symbol.sys.map | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/libsys/Symbol.sys.map b/lib/libsys/Symbol.sys.map
index 7fac1ed6160d..45e0160100af 100644
--- a/lib/libsys/Symbol.sys.map
+++ b/lib/libsys/Symbol.sys.map
@@ -381,6 +381,8 @@ FBSD_1.8 {
 	exterrctl;
 	fchroot;
 	getrlimitusage;
+	inotify_add_watch_at;
+	inotify_rm_watch;
 	kcmp;
 	setcred;
 };