blob: a72568b279d692dff7314948f3df009d9297e307 [file] [log] [blame]
package sys
func SetOOMScore(pid, score int) error {
return nil
}