]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdbsupport/scoped_ignore_sigttou.h
Don't call sigtimedwait for scoped_ignore_sigttou
[thirdparty/binutils-gdb.git] / gdbsupport / scoped_ignore_sigttou.h
index 1fc8f80d7fd72db877e204e43dbca1e9205cafd6..5695c5db9054b4f0fa34f153b94ff24bdc118e71 100644 (file)
@@ -75,7 +75,7 @@ public:
   DISABLE_COPY_AND_ASSIGN (scoped_ignore_sigttou);
 
 private:
-  lazy_init<scoped_ignore_signal<SIGTTOU>> m_ignore_signal;
+  lazy_init<scoped_ignore_signal<SIGTTOU, false>> m_ignore_signal;
 };
 
 #else