OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / draft / 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 .\" Japanese Version Copyright (c) 2006 Akihiro MOTOKI all rights reserved.
27 .\" Translated 2006-07-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
28 .\"
29 .TH MQ_GETSETATTR 2 2007-06-01 "Linux" "Linux Programmer's Manual"
30 .\"O .SH NAME
31 .SH Ì¾Á°
32 .\"O mq_getsetattr \- get/set message queue attributes
33 mq_getsetattr \- ¥á¥Ã¥»¡¼¥¸¥­¥å¡¼¤Î°À­¤òÀßÄê/¼èÆÀ¤¹¤ë
34 .\"O .SH SYNOPSIS
35 .SH ½ñ¼°
36 .nf
37 .B #include <sys/types.h>
38 .B #include <mqueue.h>
39 .sp
40 .BI "mqd_t mq_getsetattr(mqd_t " mqdes ", struct mq_attr *" newattr ","
41 .BI "                 struct mq_attr *" oldattr );
42 .fi
43 .\"O .SH DESCRIPTION
44 .SH ÀâÌÀ
45 .\"O Do not use this system call.
46 ¤³¤Î¥·¥¹¥Æ¥à¥³¡¼¥ë¤ò»ÈÍѤ·¤Ê¤¤¤³¤È¡£
47
48 .\"O This is the low-level system call used to implement
49 .\"O .BR mq_getattr (3)
50 .\"O and
51 .\"O .BR mq_setattr (3).
52 .\"O For an explanation of how this system call operates,
53 .\"O see the description of
54 .\"O .BR mq_setattr (3).
55 .BR mq_getattr (3)
56 ¤È
57 .BR mq_setattr (3)
58 ¤Î¼ÂÁõ¤Ë»ÈÍѤµ¤ì¤ëÄã¥ì¥Ù¥ë¤Î¥·¥¹¥Æ¥à¥³¡¼¥ë¤Ç¤¢¤ë¡£
59 ¤³¤Î¥·¥¹¥Æ¥à¥³¡¼¥ë¤¬¤É¤Î¤è¤¦¤ËÆ°ºî¤¹¤ë¤«¤Ï
60 .BR mq_setattr (3)
61 ¤ÎÀâÌÀ¤ò»²¾È¤Î¤³¤È¡£
62 .\"O .SH CONFORMING TO
63 .SH ½àµò
64 .\"O This interface is nonstandard; avoid its use.
65 ¤³¤Î¥¤¥ó¥¿¥Õ¥§¡¼¥¹¤ÏÈóɸ½à¤Ç¤¢¤ë¡£»ÈÍѤòÈò¤±¤ë¤³¤È¡£
66 .\"O .SH NOTES
67 .SH Ãí°Õ
68 .\"O Glibc does not provide a wrapper for this system call; call it using
69 .\"O .BR syscall (2).
70 .\"O (Actually, never call it unless you are writing a C library!)
71 glibc ¤Ï¤³¤Î¥·¥¹¥Æ¥à¥³¡¼¥ë¤ËÂФ¹¤ë¥é¥Ã¥Ñ¡¼´Ø¿ô¤òÄ󶡤·¤Æ¤¤¤Ê¤¤¡£
72 .BR syscall (2)
73 ¤ò»È¤Ã¤Æ¸Æ¤Ó½Ð¤¹¤³¤È¡£
74 (¼Â¤Î¤È¤³¤í¡¢C ¥é¥¤¥Ö¥é¥ê¤ò½ñ¤¤¤Æ¤¤¤ë¤Î¤Ç¤Ê¤¤¸Â¤ê¡¢
75 ·è¤·¤Æ¤³¤Î¥·¥¹¥Æ¥à¥³¡¼¥ë¤ò¸Æ¤Ó½Ð¤µ¤Ê¤¤¤³¤È!)
76 .\"O .SH "SEE ALSO"
77 .SH ´ØÏ¢¹àÌÜ
78 .BR mq_getattr (3),
79 .BR mq_overview (7)