X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fbinutils-gdb.git;a=blobdiff_plain;f=gdbsupport%2Fscoped_ignore_sigttou.h;fp=gdb%2Finflow.h;h=a31316460b4bf89e7b551fa87ab5afec9c3137e1;hp=8a671c7c4c7fc6d1f70b324ba53f941d7f8a9e14;hb=965febe599ab3a5f9fa17a7aaed4dd714f265ecd;hpb=96cbfd9f0488e9536bfc27550ebf90cb1ecac93b diff --git a/gdb/inflow.h b/gdbsupport/scoped_ignore_sigttou.h similarity index 90% rename from gdb/inflow.h rename to gdbsupport/scoped_ignore_sigttou.h index 8a671c7c4c7..a31316460b4 100644 --- a/gdb/inflow.h +++ b/gdbsupport/scoped_ignore_sigttou.h @@ -1,4 +1,4 @@ -/* Low level interface to ptrace, for GDB when running under Unix. +/* Support for signoring SIGTTOU. Copyright (C) 2003-2021 Free Software Foundation, Inc. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef INFLOW_H -#define INFLOW_H +#ifndef SCOPED_IGNORE_SIGTTOU_H +#define SCOPED_IGNORE_SIGTTOU_H #include #include @@ -53,4 +53,4 @@ private: #endif }; -#endif /* inflow.h */ +#endif /* SCOPED_IGNORE_SIGTTOU_H */