OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man3 / sigvec.3
index de14310..dc6b186 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SIGVEC 3 2014-05-28 "Linux" "Linux Programmer's Manual"
+.TH SIGVEC 3 2014-12-31 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API
 .SH SYNOPSIS
@@ -231,6 +231,13 @@ functions are thread-safe.
 The
 .BR sigmask ()
 macro is thread-safe.
+.SH VERSIONS
+Starting with version 2.21, the GNU C library no longer exports the
+.BR sigvec ()
+function as part of the ABI.
+(To ensure backward compatibility,
+the glibc symbol versioning scheme continues to export the interface
+to binaries linked against older versions of the library.)
 .SH CONFORMING TO
 All of these functions were in
 4.3BSD, except
@@ -273,7 +280,7 @@ for details.
 .BR sigset (3),
 .BR signal (7)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,