OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man2 / set_thread_area.2
index 3a7d38b..8cbcd95 100644 (file)
@@ -1,15 +1,16 @@
 .\" Copyright (C) 2003 Free Software Foundation, Inc.
-.\" This file is distributed according to the GNU General Public License.
-.\" See the file COPYING in the top level source directory for details.
-.\"
 .\" Author: Kent Yoder
 .\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
+.\" This file is distributed according to the GNU General Public License.
+.\" %%%LICENSE_END
+.\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH SET_THREAD_AREA 2 2008\-11\-27 Linux "Linux Programmer's Manual"
+.TH SET_THREAD_AREA 2 2012\-07\-13 Linux "Linux Programmer's Manual"
 .SH 名前
 set_thread_area \- スレッド局所記憶 (TLS) 領域を設定する
 .SH 書式
@@ -18,8 +19,10 @@ set_thread_area \- スレッド局所記憶 (TLS) 領域を設定する
 \fB#include <asm/ldt.h>\fP
 .sp
 \fBint set_thread_area(struct user_desc *\fP\fIu_info\fP\fB);\fP
+
+\fI注\fP: このシステムコールには glibc のラッパー関数は存在しない。「注意」の節を参照。
 .SH 説明
-\fBset_thread_area\fP()  は、カレント・スレッドのスレッド局所記憶 (Thread Local Storage; TLS)
+\fBset_thread_area\fP()  は、カレント・スレッドのスレッド局所記憶 (thread\-local storage; TLS)
 配列の中のエントリを設定する。 \fBset_thread_area\fP()  により設定される TLS 配列のエントリは、ユーザから引き数として渡される
 \fIu_info\->entry_number\fP の値に対応している。値が範囲内にある場合、 \fBset_thread_area\fP()  は
 \fIu_info\fP で指された TLS ディスクリプタをスレッドの TLS 配列にコピーする。
@@ -44,10 +47,12 @@ set_thread_area \- スレッド局所記憶 (TLS) 領域を設定する
 .SH 準拠
 \fBset_thread_area\fP()  は Linux 独自であり、移植を意図したプログラムでは使用すべきではない。
 .SH 注意
-glibc はこのシステムコールに対するラッパー関数を提供していない。 このシステムコールは呼び出すには \fBsyscall\fP(2)  を使うこと。
+このシステムコールは通常はスレッドライブラリでのみ使用されることを目的として用意されているため、 glibc
+はこのシステムコールに対するラッパー関数を提供していない。おそらくないと思うが、このシステムコールを直接呼び出したい場合は \fBsyscall\fP(2)
+を使うこと。
 .SH 関連項目
 \fBget_thread_area\fP(2)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。