summaryrefslogtreecommitdiffstats
path: root/po/pl/man3/setjmp.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl/man3/setjmp.3.po')
-rw-r--r--po/pl/man3/setjmp.3.po689
1 files changed, 689 insertions, 0 deletions
diff --git a/po/pl/man3/setjmp.3.po b/po/pl/man3/setjmp.3.po
new file mode 100644
index 00000000..17ecbcdf
--- /dev/null
+++ b/po/pl/man3/setjmp.3.po
@@ -0,0 +1,689 @@
+# Polish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Przemek Borys <pborys@dione.ids.pl>, 1999.
+# Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2002.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 17:07+0100\n"
+"PO-Revision-Date: 2002-12-12 21:50+0100\n"
+"Last-Translator: Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>\n"
+"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 "
+"|| n%100>14) ? 1 : 2);\n"
+"X-Generator: Lokalize 19.08.3\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "setjmp"
+msgstr "setjmp"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 października 2023 r."
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NAZWA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "setjmp, sigsetjmp - save stack context for non-local goto"
+msgid "setjmp, sigsetjmp, longjmp, siglongjmp - performing a nonlocal goto"
+msgstr "setjmp, sigsetjmp - zachowanie kontekstu stosu dla nielokalnego goto"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTEKA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Standardowa biblioteka C (I<libc>, I<-lc>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SKŁADNIA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>setjmp.hE<gt>>\n"
+msgstr "B<#include E<lt>setjmp.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<int setjmp(jmp_buf >I<env>B<);>\n"
+"B<int sigsetjmp(sigjmp_buf >I<env>B<, int >I<savesigs>B<);>\n"
+msgstr ""
+"B<int setjmp(jmp_buf >I<env>B<);>\n"
+"B<int sigsetjmp(sigjmp_buf >I<env>B<, int >I<savesigs>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<int setjmp(jmp_buf >I<env>B<);>\n"
+#| "B<int sigsetjmp(sigjmp_buf >I<env>B<, int >I<savesigs>B<);>\n"
+msgid ""
+"B<[[noreturn]] void longjmp(jmp_buf >I<env>B<, int >I<val>B<);>\n"
+"B<[[noreturn]] void siglongjmp(sigjmp_buf >I<env>B<, int >I<val>B<);>\n"
+msgstr ""
+"B<int setjmp(jmp_buf >I<env>B<);>\n"
+"B<int sigsetjmp(sigjmp_buf >I<env>B<, int >I<savesigs>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Wymagane ustawienia makr biblioteki glibc (patrz B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<setjmp>(): see NOTES."
+msgstr "B<setjmp>(): patrz UWAGI."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<setjmp>(),\n"
+#| "B<sigsetjmp>()"
+msgid "B<sigsetjmp>():"
+msgstr ""
+"B<setjmp>(),\n"
+"B<sigsetjmp>()"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid " _POSIX_C_SOURCE\n"
+msgstr " _POSIX_C_SOURCE\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "OPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The functions described on this page are used for performing \"nonlocal "
+"gotos\": transferring execution from one function to a predetermined "
+"location in another function. The B<setjmp>() function dynamically "
+"establishes the target to which control will later be transferred, and "
+"B<longjmp>() performs the transfer of execution."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<setjmp>() function saves various information about the calling "
+"environment (typically, the stack pointer, the instruction pointer, possibly "
+"the values of other registers and the signal mask) in the buffer I<env> for "
+"later use by B<longjmp>(). In this case, B<setjmp>() returns 0."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<longjmp>() function uses the information saved in I<env> to transfer "
+"control back to the point where B<setjmp>() was called and to restore "
+"(\"rewind\") the stack to its state at the time of the B<setjmp>() call. "
+"In addition, and depending on the implementation (see NOTES), the values of "
+"some other registers and the process signal mask may be restored to their "
+"state at the time of the B<setjmp>() call."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Following a successful B<longjmp>(), execution continues as if B<setjmp>() "
+"had returned for a second time. This \"fake\" return can be distinguished "
+"from a true B<setjmp>() call because the \"fake\" return returns the value "
+"provided in I<val>. If the programmer mistakenly passes the value 0 in "
+"I<val>, the \"fake\" return will instead return 1."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "sigsetjmp() and siglongjmp()"
+msgstr "sigsetjmp() i siglongjmp()"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<sigsetjmp>() and B<siglongjmp>() also perform nonlocal gotos, but "
+"provide predictable handling of the process signal mask."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<sigsetjmp()> is similar to B<setjmp()>. If I<savesigs> is nonzero, the "
+#| "set of blocked signals is saved in I<env> and will be restored if a "
+#| "B<siglongjmp()> is later performed with this I<env>."
+msgid ""
+"If, and only if, the I<savesigs> argument provided to B<sigsetjmp>() is "
+"nonzero, the process's current signal mask is saved in I<env> and will be "
+"restored if a B<siglongjmp>() is later performed with this I<env>."
+msgstr ""
+"B<sigsetjmp>() jest podobne do B<setjmp>(). Gdy I<savesigs> jest niezerowe, "
+"zestaw blokowanych sygnałów jest zachowywany w I<env> i zostanie odtworzony "
+"przez późniejsze wykonanie B<siglongjmp>() z tym samym I<env>."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "WARTOŚĆ ZWRACANA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<setjmp>() and B<sigsetjmp>() return 0 when called directly; on the "
+"\"fake\" return that occurs after B<longjmp>() or B<siglongjmp>(), the "
+"nonzero value specified in I<val> is returned."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "B<longjmp>(3), B<siglongjmp>(3)"
+msgid "The B<longjmp>() or B<siglongjmp>() functions do not return."
+msgstr "B<longjmp>(3), B<siglongjmp>(3)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "ATRYBUTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For an explanation of the terms used in this section, see B<attributes>(7)."
+msgstr ""
+"Informacje o pojęciach używanych w tym rozdziale można znaleźć w podręczniku "
+"B<attributes>(7)."
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface"
+msgstr "Interfejs"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Attribute"
+msgstr "Atrybut"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Value"
+msgstr "Wartość"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".na\n"
+msgstr ".na\n"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".nh\n"
+msgstr ".nh\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<setjmp>(),\n"
+"B<sigsetjmp>()"
+msgstr ""
+"B<setjmp>(),\n"
+"B<sigsetjmp>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Thread safety"
+msgstr "Bezpieczeństwo wątkowe"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe"
+msgstr "MT-bezpieczne"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<longjmp>(),\n"
+"B<siglongjmp>()"
+msgstr ""
+"B<longjmp>(),\n"
+"B<siglongjmp>()"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<setjmp>(),\n"
+#| "B<sigsetjmp>()"
+msgid "B<setjmp>()"
+msgstr ""
+"B<setjmp>(),\n"
+"B<sigsetjmp>()"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<setjmp>(),\n"
+#| "B<sigsetjmp>()"
+msgid "B<longjmp>()"
+msgstr ""
+"B<setjmp>(),\n"
+"B<sigsetjmp>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C11, POSIX.1-2008."
+msgstr "C11, POSIX.1-2008."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<setjmp>(),\n"
+#| "B<sigsetjmp>()"
+msgid "B<sigsetjmp>()"
+msgstr ""
+"B<setjmp>(),\n"
+"B<sigsetjmp>()"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "B<setjmp>(),\n"
+#| "B<sigsetjmp>()"
+msgid "B<siglongjmp>()"
+msgstr ""
+"B<setjmp>(),\n"
+"B<sigsetjmp>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIA"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001, C89."
+msgstr "POSIX.1-2001, C89."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2001."
+msgstr "POSIX.1-2001."
+
+#. so that _FAVOR_BSD is triggered
+#. .BR _XOPEN_SOURCE_EXTENDED ,
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"POSIX does not specify whether B<setjmp>() will save the signal mask (to be "
+"later restored during B<longjmp>()). In System V it will not. In 4.3BSD it "
+"will, and there is a function B<_setjmp>() that will not. The behavior "
+"under Linux depends on the glibc version and the setting of feature test "
+"macros. Before glibc 2.19, B<setjmp>() follows the System V behavior by "
+"default, but the BSD behavior is provided if the B<_BSD_SOURCE> feature test "
+"macro is explicitly defined and none of B<_POSIX_SOURCE>, "
+"B<_POSIX_C_SOURCE>, B<_XOPEN_SOURCE>, B<_GNU_SOURCE>, or B<_SVID_SOURCE> is "
+"defined. Since glibc 2.19, I<E<lt>setjmp.hE<gt>> exposes only the System V "
+"version of B<setjmp>(). Programs that need the BSD semantics should replace "
+"calls to B<setjmp>() with calls to B<sigsetjmp>() with a nonzero "
+"I<savesigs> argument."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NOTES"
+msgstr "UWAGI"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<setjmp>() and B<longjmp>() can be useful for dealing with errors inside "
+"deeply nested function calls or to allow a signal handler to pass control to "
+"a specific point in the program, rather than returning to the point where "
+"the handler interrupted the main program. In the latter case, if you want "
+"to portably save and restore signal masks, use B<sigsetjmp>() and "
+"B<siglongjmp>(). See also the discussion of program readability below."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "CAVEATS"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The compiler may optimize variables into registers, and B<longjmp>() may "
+"restore the values of other registers in addition to the stack pointer and "
+"program counter. Consequently, the values of automatic variables are "
+"unspecified after a call to B<longjmp>() if they meet all the following "
+"criteria:"
+msgstr ""
+
+#. type: IP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "\\[bu]"
+msgstr "\\[bu]"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"they are local to the function that made the corresponding B<setjmp>() call;"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"their values are changed between the calls to B<setjmp>() and B<longjmp>(); "
+"and"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "they are not declared as I<volatile>."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Analogous remarks apply for B<siglongjmp>()."
+msgstr ""
+
+#. type: SS
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Nonlocal gotos and program readability"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"While it can be abused, the traditional C \"goto\" statement at least has "
+"the benefit that lexical cues (the goto statement and the target label) "
+"allow the programmer to easily perceive the flow of control. Nonlocal gotos "
+"provide no such cues: multiple B<setjmp>() calls might employ the same "
+"I<jmp_buf> variable so that the content of the variable may change over the "
+"lifetime of the application. Consequently, the programmer may be forced to "
+"perform detailed reading of the code to determine the dynamic target of a "
+"particular B<longjmp>() call. (To make the programmer's life easier, each "
+"B<setjmp>() call should employ a unique I<jmp_buf> variable.)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Adding further difficulty, the B<setjmp>() and B<longjmp>() calls may not "
+"even be in the same source code module."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "B<setjmp()> and B<sigsetjmp> make programs hard to understand and "
+#| "maintain. If possible an alternative should be used."
+msgid ""
+"In summary, nonlocal gotos can make programs harder to understand and "
+"maintain, and an alternative should be used if possible."
+msgstr ""
+"B<setjmp>() i B<sigsetjmp> powodują, że programy są trudne do zrozumieniai "
+"pielęgnowania. Jeśli jest to możliwe, należy używać innych rozwiązań."
+
+#. type: SS
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Undefined Behavior"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If the function which called B<setjmp>() returns before B<longjmp>() is "
+"called, the behavior is undefined. Some kind of subtle or unsubtle chaos is "
+"sure to result."
+msgstr ""
+
+#
+#
+#. The following statement appeared in versions up to POSIX.1-2008 TC1,
+#. but is set to be removed in POSIX.1-2008 TC2:
+#. According to POSIX.1, if a
+#. .BR longjmp ()
+#. call is performed from a nested signal handler
+#. (i.e., from a handler that was invoked in response to a signal that was
+#. generated while another signal was already in the process of being
+#. handled), the behavior is undefined.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If, in a multithreaded program, a B<longjmp>() call employs an I<env> "
+"buffer that was initialized by a call to B<setjmp>() in a different thread, "
+"the behavior is undefined."
+msgstr ""
+
+#. http://austingroupbugs.net/view.php?id=516#c1195
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"POSIX.1-2008 Technical Corrigendum 2 adds B<longjmp>() and B<siglongjmp>() "
+"to the list of async-signal-safe functions. However, the standard "
+"recommends avoiding the use of these functions from signal handlers and goes "
+"on to point out that if these functions are called from a signal handler "
+"that interrupted a call to a non-async-signal-safe function (or some "
+"equivalent, such as the steps equivalent to B<exit>(3) that occur upon a "
+"return from the initial call to I<main>()), the behavior is undefined if the "
+"program subsequently makes a call to a non-async-signal-safe function. The "
+"only way of avoiding undefined behavior is to ensure one of the following:"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"After long jumping from the signal handler, the program does not call any "
+"non-async-signal-safe functions and does not return from the initial call to "
+"I<main>()."
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Any signal whose handler performs a long jump must be blocked during "
+"I<every> call to a non-async-signal-safe function and no non-async-signal-"
+"safe functions are called after returning from the initial call to I<main>()."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "ZOBACZ TAKŻE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<signal>(7), B<signal-safety>(7)"
+msgstr "B<signal>(7), B<signal-safety>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 lutego 2023 r."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+#, fuzzy
+#| msgid "B<setjmp>(), B<longjmp>(): POSIX.1-2001, POSIX.1-2008, C89, C99."
+msgid "B<setjmp>(), B<longjmp>(): POSIX.1-2001, POSIX.1-2008, C99."
+msgstr "B<setjmp>(), B<longjmp>(): POSIX.1-2001, POSIX.1-2008, C89, C99."
+
+#. type: Plain text
+#: debian-bookworm
+msgid "B<sigsetjmp>(), B<siglongjmp>(): POSIX.1-2001, POSIX.1-2008."
+msgstr "B<sigsetjmp>(), B<siglongjmp>(): POSIX.1-2001, POSIX.1-2008."
+
+#. type: SS
+#: debian-bookworm
+#, no-wrap
+msgid "Caveats"
+msgstr ""
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 lipca 2023 r."
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 marca 2023 r."
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"