Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2025 14:55:55 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: cf65b5e43d7c - main - libsys: Add inotify support
Message-ID:  <202507041455.564EttrZ073534@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507041455.564EttrZ073534>