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:
parent
1d967856df
commit
8b6bc86ebf
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user