1
0
mirror of https://github.com/golang/go synced 2024-11-21 11:54:39 -07:00

Fixed comment to 13.3-RELEASE

Value for ELF_NOTE_FREEBSD_VERSION was changed, but change of the comment to it was missing
This commit is contained in:
Martin Stiemerling 2024-09-09 08:40:16 +02:00 committed by GitHub
parent 1d967856df
commit 8b6bc86ebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -751,7 +751,7 @@ const (
ELF_NOTE_FREEBSD_ABI_TAG = 1
ELF_NOTE_FREEBSD_NOINIT_TAG = 2
ELF_NOTE_FREEBSD_FEATURE_CTL_TAG = 4
ELF_NOTE_FREEBSD_VERSION = 1303000 // 12.3-RELEASE
ELF_NOTE_FREEBSD_VERSION = 1303000 // 13.3-RELEASE
ELF_NOTE_FREEBSD_FCTL_ASLR_DISABLE = 0x1
)