Fix typo in unimplemented processsecurity

This commit is contained in:
Bernd Schoolmann 2023-12-23 09:01:51 +01:00
parent c0367b2c75
commit d93bbfde73
No known key found for this signature in database

View File

@ -7,6 +7,6 @@ func DisableDumpable() error {
return nil return nil
} }
func MonitorLocks(onlock func) error { func MonitorLocks(onlock func()) error {
return nil return nil
} }