Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2025 09:37:46 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7988e7e1675d - main - sysent: regen to mark _exit _Noreturn
Message-ID:  <202508080937.5789bkf1083085@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

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

commit 7988e7e1675d8414f2694c1ee4ed73ac214abfc4
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2025-08-08 09:30:17 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2025-08-08 09:30:17 +0000

    sysent: regen to mark _exit _Noreturn
---
 lib/libsys/_libsys.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libsys/_libsys.h b/lib/libsys/_libsys.h
index f763916d495d..2f89e8fea92b 100644
--- a/lib/libsys/_libsys.h
+++ b/lib/libsys/_libsys.h
@@ -469,7 +469,7 @@ typedef int (__sys_exterrctl_t)(u_int, u_int, void *);
 typedef int (__sys_inotify_add_watch_at_t)(int, int, const char *, uint32_t);
 typedef int (__sys_inotify_rm_watch_t)(int, int);
 
-void __sys__exit(int rval);
+_Noreturn void __sys__exit(int rval);
 int __sys_fork(void);
 ssize_t __sys_read(int fd, void * buf, size_t nbyte);
 ssize_t __sys_write(int fd, const void * buf, size_t nbyte);



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