summaryrefslogtreecommitdiff
path: root/ossig.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-03-11 01:42:06 -0500
committerJeffrey Walton <noloader@gmail.com>2017-03-11 01:42:06 -0500
commit006ca5f8603f0e49af8520d12e4f098795970031 (patch)
treed59f47a1fd0c69b93250c0aef0a3d12971190095 /ossig.h
parent75a379593d7d94372ccce72a361a6b633bd3360c (diff)
downloadcryptopp-git-006ca5f8603f0e49af8520d12e4f098795970031.tar.gz
Updated documentation
Diffstat (limited to 'ossig.h')
-rw-r--r--ossig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ossig.h b/ossig.h
index 4a47fed0..107eabd6 100644
--- a/ossig.h
+++ b/ossig.h
@@ -46,7 +46,7 @@ extern "C" {
//! using sigaction flags set to 0. The default handler only returns from the call.
//! \details Upon destruction the previous signal handler is restored if the former signal handler
//! was replaced.
-//! \details On Cygwin systems using Newlib, you need to ensure you define <tt>_XOPEN_SOURCE=700</tt>,
+//! \details On Cygwin systems using Newlib, you should define <tt>_XOPEN_SOURCE=700</tt> or
//! <tt>_GNU_SOURCE</tt>; or use <tt>-std=gnu++03</tt>, <tt>-std=gnu++11</tt>, or similar. If
//! you compile with <tt>-std=c++03</tt>, <tt>-std=c++11</tt> or similar, then define
//! <tt>_XOPEN_SOURCE=700</tt>.
@@ -67,7 +67,7 @@ struct SignalHandler
//! using sigaction flags set to 0. The default handler only returns from the call.
//! \details Upon destruction the previous signal handler is restored if the former signal handler
//! was overwritten.
- //! \details On Cygwin systems using Newlib, you need to ensure you define <tt>_XOPEN_SOURCE=700</tt>,
+ //! \details On Cygwin systems using Newlib, you should define <tt>_XOPEN_SOURCE=700</tt> or
//! <tt>_GNU_SOURCE</tt>; or use <tt>-std=gnu++03</tt>, <tt>-std=gnu++11</tt>, or similar. If
//! you compile with <tt>-std=c++03</tt>, <tt>-std=c++11</tt> or similar, then define
//! <tt>_XOPEN_SOURCE=700</tt>.