aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/gdb_wait.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/gdb_wait.h')
-rw-r--r--gdb/common/gdb_wait.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/gdb_wait.h b/gdb/common/gdb_wait.h
index b65dcd2..b3b752c 100644
--- a/gdb/common/gdb_wait.h
+++ b/gdb/common/gdb_wait.h
@@ -16,8 +16,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 GDB_WAIT_H
-#define GDB_WAIT_H
+#ifndef COMMON_GDB_WAIT_H
+#define COMMON_GDB_WAIT_H
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h> /* POSIX */
@@ -110,4 +110,4 @@
#define __WCLONE 0x80000000 /* Wait for cloned process. */
#endif
-#endif
+#endif /* COMMON_GDB_WAIT_H */