diff options
Diffstat (limited to 'man3/sigvec.3')
| -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 cf376abeee..8a0484ca5f 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -208,13 +208,6 @@ See the ERRORS under .BR sigaction (2) and .BR sigprocmask (2). -.SH VERSIONS -Starting with glibc 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). @@ -236,6 +229,13 @@ T} Thread safety MT-Safe .hy .ad .sp 1 +.SH VERSIONS +Starting with glibc 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 STANDARDS All of these functions were in 4.3BSD, except |
