mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 23:06:53 +00:00
Formerly remote-stub.c.~3~
This commit is contained in:
parent
8980e49036
commit
0bab40c121
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
/* Copyright (C) 1988, 1989, 1992 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc.
|
||||
This file is part of GNU Make.
|
||||
|
||||
GNU Make is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 1, or (at your option)
|
||||
the Free Software Foundation; either version 2, or (at your option)
|
||||
any later version.
|
||||
|
||||
GNU Make is distributed in the hope that it will be useful,
|
||||
|
@ -59,6 +59,7 @@ remote_status (exit_code_ptr, signal_ptr, coredump_ptr, block)
|
|||
int *exit_code_ptr, *signal_ptr, *coredump_ptr;
|
||||
int block;
|
||||
{
|
||||
errno = ECHILD;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue