OSDN Git Service

(split) LDP: Update release (3.64)
[linuxjm/LDP_man-pages.git] / release / man2 / sgetmask.2
index 87c776d..9652ef5 100644 (file)
@@ -1,6 +1,7 @@
 .\" t
 .\" Copyright (c) 2007 by Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH SGETMASK 2 2007\-07\-05 Linux "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 2007  Akihiro MOTOKI
+.\"         all rights reserved.
+.\" Translated 2007-10-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>, LDP v2.66
+.\" Updated 2013-03-26, Akihiro MOTOKI <amotoki@gmail.com>
+.\"
+.TH SGETMASK 2 2014\-02\-25 Linux "Linux Programmer's Manual"
 .SH 名前
 sgetmask, ssetmask \- シグナルマスクの操作 (廃止予定)
 .SH 書式
 \fBlong sgetmask(void);\fP
 .sp
 \fBlong ssetmask(long \fP\fInewmask\fP\fB);\fP
+
+\fI注\fP: これらのシステムコールには、glibc のラッパー関数はない。「注意」の節を参照。
 .SH 説明
 これらのシステムコールは廃止予定であり、 「使用しないこと」。 代わりに \fBsigprocmask\fP(2)  を使用すること。
 
@@ -49,14 +59,17 @@ sgetmask, ssetmask \- シグナルマスクの操作 (廃止予定)
 .SH 準拠
 これらのシステムコールは Linux 固有である。
 .SH 注意
-glibc はこれらのシステムコールに対するラッパー関数を提供していない。 \fBsyscall\fP(2)  を使用すること。
+glibc はこれらの古いシステムコールに対するラッパー関数を提供していない。
+あまりないと思うが、これらを呼び出したい場合には \fBsyscall\fP(2) を使うこと。
 
 これらのシステムコールは、 31 より大きいシグナル番号 (つまり、リアルタイムシグナル) を扱えない。
 
+これらのシステムコールは x86\-64 には存在しない。
+
 \fBSIGSTOP\fP や \fBSIGKILL\fP をブロックすることはできない。
 .SH 関連項目
 \fBsigprocmask\fP(2), \fBsignal\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.40 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.64 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。