diff options
Diffstat (limited to 'po/es/man3/setjmp.3.po')
-rw-r--r-- | po/es/man3/setjmp.3.po | 688 |
1 files changed, 688 insertions, 0 deletions
diff --git a/po/es/man3/setjmp.3.po b/po/es/man3/setjmp.3.po new file mode 100644 index 00000000..06483cb9 --- /dev/null +++ b/po/es/man3/setjmp.3.po @@ -0,0 +1,688 @@ +# Spanish translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Gerardo Aburruzaga García <gerardo.aburruzaga@uca.es>, 1998. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n\n" +"POT-Creation-Date: 2024-03-01 17:07+0100\n" +"PO-Revision-Date: 1998-03-08 19:55+0200\n" +"Last-Translator: Gerardo Aburruzaga García <gerardo.aburruzaga@uca.es>\n" +"Language-Team: Spanish <debian-l10n-spanish@lists.debian.org>\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 20.04.1\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 "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-10-31" +msgstr "31 Octubre 2023" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "Páginas de manual de Linux 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 "NOMBRE" + +#. 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 - guardan el contexto de pila para saltos no locales" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "LIBRARY" +msgstr "BIBLIOTECA" + +#. 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 "Biblioteca Estándar 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 "SINOPSIS" + +#. 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<void longjmp(jmp_buf >I<env>B<, int >I<val>B<);>\n" +#| "B<void siglongjmp(sigjmp_buf >I<env>B<, int >I<val>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<void longjmp(jmp_buf >I<env>B<, int >I<val>B<);>\n" +"B<void siglongjmp(sigjmp_buf >I<env>B<, int >I<val>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 "" +"Requisitos de Macros de Prueba de Características para glibc (véase " +"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 "" + +#. 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 "DESCRIPCIÓN" + +#. 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() y 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()> es similar a B<setjmp()>. Si I<savesigs> es distinto de " +"cero, el conjunto de señales bloqueadas se guarda en I<env> y será " +"restaurado si se llama más tarde a B<siglongjmp()> con este 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 "VALOR DEVUELTO" + +#. 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 "ATRIBUTOS" + +#. 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 "" +"Para obtener una explicación de los términos usados en esta sección, véase " +"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 "Interfaz" + +#. 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 "Atributo" + +#. 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 "Valor" + +#. 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 "Seguridad del hilo" + +#. 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 "Multi-hilo seguro" + +#. 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 "ESTÁNDARES" + +#. 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 "HISTORIAL" + +#. 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 "NOTAS" + +#. 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()> y B<sigsetjmp> hacen que los programas sean difíciles de " +"entender y mantener. Si es posible busque otra alternativa." + +#. 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 "VÉASE TAMBIÉN" + +#. 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 Febrero 2023" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "Páginas de manual de Linux 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 Julio 2023" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "Páginas de manual de Linux 6.05.01" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2023-03-30" +msgstr "30 Marzo 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "Linux man-pages 6.04" |