.\" Copyright (c) 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995. .\" .\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" .\" The GNU General Public License's references to "object code" .\" and "executables" are to be interpreted as the output of any .\" document formatting or typesetting system, including .\" intermediate and printed output. .\" .\" This manual is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" . .\" %%%LICENSE_END .\" .\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .\" This file is distributed under the same license as original manpage .\" Copyright of the original manpage: .\" Copyright © 1995 Michael Chastain (GPL-2+) .\" Copyright © of Polish translation: .\" Przemek Borys (PTM) , 1999. .\" Andrzej Krzysztofowicz (PTM) , 2002. .\" Robert Luberda , 2013. .\" Michał Kułach , 2013, 2014, 2016. .TH IPC 2 2012\-10\-16 Linux "Podręcznik programisty Linuksa" .SH NAZWA ipc \- wywołania systemowe IPC z Systemu V .SH SKŁADNIA .nf \fBint ipc(unsigned int \fP\fIcall\fP\fB, int \fP\fIfirst\fP\fB, int \fP\fIsecond\fP\fB, int \fP\fIthird\fP\fB,\fP \fB void *\fP\fIptr\fP\fB, long \fP\fIfifth\fP\fB);\fP .fi .SH OPIS \fBipc\fP() jest w jądrze wspólnym punktem wejścia dla wywołań IPC z Systemu\ V, takich jak komunikaty, semafory i pamięć dzielona. \fIcall\fP określa, którą funkcję IPC należy wywołać; inne argumenty są przekazywane do odpowiedniego wywołania. .PP Programy użytkowe powinny wołać właściwe funkcje, używając ich zwyczajowych nazw. O funkcji \fBipc\fP() muszą wiedzieć tylko autorzy biblioteki standardowej i hakerzy jądra. .SH "ZGODNE Z" \fBipc\fP() jest specyficzne dla Linuksa i nie powinno być używane w przenośnych programach. .SH UWAGI Wywołanie systemowe \fBipc\fP() nie istnieje na niektórych architekturach, na przykład x86\-64 i ARM. Zamiast niego \fBmsgctl\fP(2), \fBsemctl\fP(2), \fBshmctl\fP(2) itp. są zaimplementowane jako oddzielne wywołania systemowe. .SH "ZOBACZ TAKŻE" \fBmsgctl\fP(2), \fBmsgget\fP(2), \fBmsgrcv\fP(2), \fBmsgsnd\fP(2), \fBsemctl\fP(2), \fBsemget\fP(2), \fBsemop\fP(2), \fBsemtimedop\fP(2), \fBshmat\fP(2), \fBshmctl\fP(2), \fBshmdt\fP(2), \fBshmget\fP(2) .SH "O STRONIE" Angielska wersja tej strony pochodzi z wydania 4.07 projektu Linux \fIman\-pages\fP. Opis projektu, informacje dotyczące zgłaszania błędów, oraz najnowszą wersję oryginału można znaleźć pod adresem \%https://www.kernel.org/doc/man\-pages/. .SH TŁUMACZENIE Autorami polskiego tłumaczenia niniejszej strony podręcznika man są: Przemek Borys (PTM) , Andrzej Krzysztofowicz (PTM) , Robert Luberda i Michał Kułach . .PP Polskie tłumaczenie jest częścią projektu manpages-pl; uwagi, pomoc, zgłaszanie błędów na stronie http://sourceforge.net/projects/manpages-pl/. Jest zgodne z wersją \fB 4.07 \fPoryginału.