OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man2 / mq_getsetattr.2
1 .\" t
2 .\" Hey Emacs! This file is -*- nroff -*- source.
3 .\"
4 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
5 .\"
6 .\" Permission is granted to make and distribute verbatim copies of this
7 .\" manual provided the copyright notice and this permission notice are
8 .\" preserved on all copies.
9 .\"
10 .\" Permission is granted to copy and distribute modified versions of this
11 .\" manual under the conditions for verbatim copying, provided that the
12 .\" entire resulting derived work is distributed under the terms of a
13 .\" permission notice identical to this one.
14 .\"
15 .\" Since the Linux kernel and libraries are constantly changing, this
16 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
17 .\" responsibility for errors or omissions, or for damages resulting from
18 .\" the use of the information contained herein.  The author(s) may not
19 .\" have taken the same level of care in the production of this manual,
20 .\" which is licensed free of charge, as they might when working
21 .\" professionally.
22 .\"
23 .\" Formatted or processed versions of this manual, if unaccompanied by
24 .\" the source, must acknowledge the copyright and authors of this work.
25 .\"
26 .\"*******************************************************************
27 .\"
28 .\" This file was generated with po4a. Translate the source file.
29 .\"
30 .\"*******************************************************************
31 .TH MQ_GETSETATTR 2 2010\-08\-29 Linux "Linux Programmer's Manual"
32 .SH 名前
33 mq_getsetattr \- メッセージキューの属性を設定/取得する
34 .SH 書式
35 .nf
36 \fB#include <sys/types.h>\fP
37 \fB#include <mqueue.h>\fP
38 .sp
39 \fBint mq_getsetattr(mqd_t \fP\fImqdes\fP\fB, struct mq_attr *\fP\fInewattr\fP\fB,\fP
40 \fB                 struct mq_attr *\fP\fIoldattr\fP\fB);\fP
41 .fi
42 .SH 説明
43 このシステムコールを使用しないこと。
44
45 \fBmq_getattr\fP(3)  と \fBmq_setattr\fP(3)  の実装に使用される低レベルのシステムコールである。
46 このシステムコールがどのように動作するかは \fBmq_setattr\fP(3)  の説明を参照のこと。
47 .SH 準拠
48 このインタフェースは非標準である。使用を避けること。
49 .SH 注意
50 glibc はこのシステムコールに対するラッパー関数を提供していない。 \fBsyscall\fP(2)  を使って呼び出すこと。 (実のところ、C
51 ライブラリを書いているのでない限り、 決してこのシステムコールを呼び出さないこと!)
52 .SH 関連項目
53 \fBmq_getattr\fP(3), \fBmq_overview\fP(7)