diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-12 21:45:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-12 21:45:28 +0000 |
commit | 85fdc62bda73981c940d6a148a8571bc14a7e327 (patch) | |
tree | 8968d93f529e107608f4190e03fc8e68491bfbe8 | |
parent | 36634622ab6bcdbbaee92a6c9d88898d5352c7fb (diff) | |
download | glibc-85fdc62bda73981c940d6a148a8571bc14a7e327.tar glibc-85fdc62bda73981c940d6a148a8571bc14a7e327.tar.gz glibc-85fdc62bda73981c940d6a148a8571bc14a7e327.tar.bz2 glibc-85fdc62bda73981c940d6a148a8571bc14a7e327.zip |
* 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".
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-12 Roland McGrath <roland@redhat.com> + + * 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 <drepper@redhat.com> * elf/ldconfig.c: Define PROCINFO_CLASS as static before including |