Re: [PATCH] bsd_signal.3: Fix the wrong version of _POSIX_C_SOURCE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Xiao Yang

On 12/21/18 4:01 PM, Xiao Yang wrote:
According to the lastest glibc, bsd_signal function is just declared
when POSIX.1-2008(or newer) instead of POSIX.1-2001 is not set since
glibc v2.26.


Thank you! Patch applied.

Cheers,

Michael

Please see the following code from signal/signal.h:
-----------------------------------------------------------------
#if defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8
/* The X/Open definition of `signal' conflicts with the BSD version.
    So they defined another function `bsd_signal'.  */
extern __sighandler_t bsd_signal (int __sig, __sighandler_t __handler)
      __THROW;
#endif
-----------------------------------------------------------------

Signed-off-by: Xiao Yang <yangx.jy@xxxxxxxxxxxxxx>
---
  man3/bsd_signal.3 | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/bsd_signal.3 b/man3/bsd_signal.3
index f04356c..8773253 100644
--- a/man3/bsd_signal.3
+++ b/man3/bsd_signal.3
@@ -43,7 +43,7 @@ Feature Test Macro Requirements for glibc (see
  Since glibc 2.26:
      _XOPEN_SOURCE >= 500
  .\"    || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
-        && ! (_POSIX_C_SOURCE\ >=\ 200112L)
+        && ! (_POSIX_C_SOURCE\ >=\ 200809L)
  .br
  Glibc 2.25 and earlier:
      _XOPEN_SOURCE




[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux