From: Roland McGrath Date: Mon, 12 Jul 2004 21:45:28 +0000 (+0000) Subject: * manual/signal.texi (Interrupted Primitives): Make clear that X-Git-Tag: cvs/fedora-base~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85fdc62bda73981c940d6a148a8571bc14a7e327;p=thirdparty%2Fglibc.git * manual/signal.texi (Interrupted Primitives): Make clear that TEMP_FAILURE_RETRY evaluates its expression as long int and compares it to -1 to define "failure". --- diff --git a/ChangeLog b/ChangeLog index 5c23113ad91..2d4b6886dd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-12 Roland McGrath + + * manual/signal.texi (Interrupted Primitives): Make clear that + TEMP_FAILURE_RETRY evaluates its expression as long int and compares + it to -1 to define "failure". + 2004-07-10 Ulrich Drepper * elf/ldconfig.c: Define PROCINFO_CLASS as static before including