1
0
mirror of https://github.com/golang/go synced 2024-11-21 23:24:41 -07:00

Changed FreeBSD Version to 13.3

This commit is contained in:
mlsgit 2024-09-06 22:34:36 +02:00
parent 42d1f08cbb
commit 1d967856df

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 = 1203000 // 12.3-RELEASE
ELF_NOTE_FREEBSD_VERSION = 1303000 // 12.3-RELEASE
ELF_NOTE_FREEBSD_FCTL_ASLR_DISABLE = 0x1
)