mirror of
https://github.com/golang/sys.git
synced 2026-02-08 19:56:04 +03:00
remove now unnecessary comment about openbsd <=6.3
This commit is contained in:
@@ -57,9 +57,6 @@ func PledgePromises(promises string) error {
|
||||
//
|
||||
// This changes the execpromises and leaves the promises untouched.
|
||||
//
|
||||
// The pledge syscall does not accept execpromises on OpenBSD releases
|
||||
// before 6.3.
|
||||
//
|
||||
// For more information see pledge(2).
|
||||
func PledgeExecpromises(execpromises string) error {
|
||||
if err := pledgeAvailable(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user