From f347c3dbc22ca73a158012497616e684c9bdb855 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 29 Nov 1999 19:17:27 +0000 Subject: [PATCH] Update. 1999-11-29 Thorsten Kukuk * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add define for SIGCLD als SIGCHLD. 1999-11-29 Andreas Jaeger * manual/time.texi (Basic CPU Time): Better describe wrap around. Patch by Andries Brouwer . 1999-11-29 Ulrich Drepper * iconvdata/gconv-modules: Fix typos in LATIN8/L8 aliases. Patch by Bruno Haible . 1999-11-29 Thorsten Kukuk * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Remove K&R compatibility. --- ChangeLog | 19 +++++++++++++++++++ iconvdata/gconv-modules | 4 ++-- manual/time.texi | 4 ++-- sysdeps/unix/sysv/linux/sparc/bits/signum.h | 1 + 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 444b992..3702a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +1999-11-29 Thorsten Kukuk + + * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add define for + SIGCLD als SIGCHLD. + +1999-11-29 Andreas Jaeger + + * manual/time.texi (Basic CPU Time): Better describe wrap around. + Patch by Andries Brouwer . + +1999-11-29 Ulrich Drepper + + * iconvdata/gconv-modules: Fix typos in LATIN8/L8 aliases. + Patch by Bruno Haible . + +1999-11-29 Thorsten Kukuk + + * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Remove K&R compatibility. + 1999-11-29 Andreas Schwab * sysdeps/m68k/bits/byteswap.h (__bswap_32): Rename local variable diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index f06cd62..a6509ad 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -345,8 +345,8 @@ module ISO-8859-13// INTERNAL ISO8859-13 1 module INTERNAL ISO-8859-13// ISO8859-13 1 # from to module cost -alias LATIN8// ISO-8859-13// -alias L8// ISO-8859-13// +alias LATIN8// ISO-8859-14// +alias L8// ISO-8859-14// alias ISO_8859-14:1998// ISO-8859-14// module ISO-8859-14// INTERNAL ISO8859-14 1 module INTERNAL ISO-8859-14// ISO8859-14 1 diff --git a/manual/time.texi b/manual/time.texi index 1075f29..ff393a2 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -96,8 +96,8 @@ such as arithmetic and printing work properly and consistently no matter what the underlying representation is. Note that the clock can wrap around. On a 32bit system with -@code{CLOCKS_PER_SEC} set to one million a wrap around happens after -around 36 minutes. +@code{CLOCKS_PER_SEC} set to one million this function will return the +same value approximately every 72 minutes. @comment time.h @comment ISO diff --git a/sysdeps/unix/sysv/linux/sparc/bits/signum.h b/sysdeps/unix/sysv/linux/sparc/bits/signum.h index 31a6901..2e6fa88 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/signum.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/signum.h @@ -55,6 +55,7 @@ #define SIGTSTP 18 #define SIGCONT 19 #define SIGCHLD 20 +#define SIGCLD SIGCHLD /* Same as SIGCHLD (System V). */ #define SIGTTIN 21 #define SIGTTOU 22 #define SIGIO 23 -- 2.7.4