aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-01-12 07:25:42 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-01-13 12:51:27 +0000
commitc1d7c957895e3cd3ffa6669352bb809a8fc5f78e (patch)
treeab5eff01212c54fd034ceb69f48d8314836e3f31
parent742d93da842afa34c5268e96c6a3f95ad44ae770 (diff)
CODEOWNERS: add @fuz for libc/string
Approved by: markj (mentor) Differential Revision: https://reviews.freebsd.org/D54664
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 85b5b116f635..5ab072e8bc18 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -51,6 +51,8 @@
/crypto/openssl/ @juikim
/etc/mail @gshapiro
/etc/sendmail @gshapiro
+/lib/libc/string/ @fuz
+/lib/libc/*/string/ @fuz
/lib/libc/sys/kevent.c @jmgurney
/lib/libefivar/ @bsdimp
/lib/libfetch @dag-erling