diff options
Diffstat (limited to 'gdb/nat/linux-waitpid.h')
-rw-r--r-- | gdb/nat/linux-waitpid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/linux-waitpid.h b/gdb/nat/linux-waitpid.h index df998a9..cdec1bf 100644 --- a/gdb/nat/linux-waitpid.h +++ b/gdb/nat/linux-waitpid.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef LINUX_WAITPID_H -#define LINUX_WAITPID_H +#ifndef NAT_LINUX_WAITPID_H +#define NAT_LINUX_WAITPID_H /* Wrapper function for waitpid which handles EINTR. */ extern int my_waitpid (int pid, int *status, int flags); @@ -27,4 +27,4 @@ extern int my_waitpid (int pid, int *status, int flags); messages only. */ extern char *status_to_str (int status); -#endif /* LINUX_WAITPID_H */ +#endif /* NAT_LINUX_WAITPID_H */ |