Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / common / gdb_wait.h
index b65dcd25a74d55ef10cd07c87074075aa27544fb..b3b752cf3a2bc6aa7aa025bb3812e39541f8ff4c 100644 (file)
@@ -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 */
 #define __WCLONE       0x80000000 /* Wait for cloned process.  */
 #endif
 
-#endif
+#endif /* COMMON_GDB_WAIT_H */
This page took 0.025859 seconds and 4 git commands to generate.