X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fnat%2Flinux-namespaces.h;h=166b11cbdca20c9367a8e03680ab5e84d5417131;hb=bb01dbfc041dccab2f2a2818068158f61b4c0fe2;hp=84f04e7e633848cf0695ef74517e9c94ba1a7a6d;hpb=e2882c85786571175a0b0bfc3bcd2f14620b1ea3;p=external%2Fbinutils.git diff --git a/gdb/nat/linux-namespaces.h b/gdb/nat/linux-namespaces.h index 84f04e7..166b11c 100644 --- a/gdb/nat/linux-namespaces.h +++ b/gdb/nat/linux-namespaces.h @@ -1,6 +1,6 @@ /* Linux namespaces(7) support. - Copyright (C) 2015-2018 Free Software Foundation, Inc. + Copyright (C) 2015-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef LINUX_NAMESPACES_H -#define LINUX_NAMESPACES_H +#ifndef NAT_LINUX_NAMESPACES_H +#define NAT_LINUX_NAMESPACES_H /* Set to nonzero to enable debugging of Linux namespaces code. */ @@ -73,4 +73,4 @@ extern int linux_mntns_unlink (pid_t pid, const char *filename); extern ssize_t linux_mntns_readlink (pid_t pid, const char *filename, char *buf, size_t bufsiz); -#endif /* LINUX_NAMESPACES_H */ +#endif /* NAT_LINUX_NAMESPACES_H */