Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2023 06:31:49 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ab3ff87a333a - main - Belately bump __FreeBSD_version for introduction of __libc_start1()
Message-ID:  <202303180631.32I6VnIt052766@gitrepo.freebsd.org>

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

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

commit ab3ff87a333ae586e9a2f779ba323eff8e889791
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-03-18 06:21:59 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-03-18 06:31:41 +0000

    Belately bump __FreeBSD_version for introduction of __libc_start1()
    
    and move of most of the initialization code from csu to libc.
    
    Requested by:   jrtc27
    Sponsored by:   The FreeBSD Foundation
    MFC after:      2 weeks
---
 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index 353c0243b6d5..a613dbf7f2b1 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400082
+#define __FreeBSD_version 1400083
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



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