diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/sigvec.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 18f8b6ec94..9e3b52f703 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -221,6 +221,13 @@ See the ERRORS under .BR sigaction (2) and .BR sigprocmask (2). +.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 ATTRIBUTES For an explanation of the terms used in this section, see .BR attributes (7). @@ -237,13 +244,6 @@ T{ .BR siggetmask () T} Thread safety MT-Safe .TE -.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 |
