Add an empty os.Process.Signal implementation
This fixes compile of tests in Go 1.18, due to its use in `src/internal/testenv/testenv.go`.
Этот коммит содержится в:
родитель
db8603e378
коммит
5d4f795aec
1 изменённых файлов: 4 добавлений и 0 удалений
|
@ -55,3 +55,7 @@ func (p *Process) Wait() (*ProcessState, error) {
|
|||
func (p *Process) Kill() error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
||||
func (p *Process) Signal(sig Signal) error {
|
||||
return ErrNotImplemented
|
||||
}
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче