diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 18:30:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-02 18:30:13 +0000 |
commit | 6f2a8167292f11227d4540f90e933bc29265921c (patch) | |
tree | c56f1e844545f5451945a9bc4b7d4f576910768d /NEWS | |
parent | 793bd4d9ebc5198ac292437227bec133fc6f4dfc (diff) | |
download | glibc-6f2a8167292f11227d4540f90e933bc29265921c.zip glibc-6f2a8167292f11227d4540f90e933bc29265921c.tar.gz glibc-6f2a8167292f11227d4540f90e933bc29265921c.tar.bz2 |
Update.
* signal/Versions [GLIBC_2.1.3] (libc): Export __sigsuspend.
* sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c (__mmap64): Fix
typos (__ASSUME_TRUNCATE64_SYSCALL -> __ASSUME_MMAP2_SYSCALL).
Reported by Philip Blundell <Philip.Blundell@pobox.com>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,6 @@ -GNU C Library NEWS -- history of user-visible changes. 1999-08-25 +GNU C Library NEWS -- history of user-visible changes. 2000-01-02 -Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. +Copyright (C) 1992-1999, 2000 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports using the `glibcbug' script to @@ -31,6 +31,11 @@ Version 2.2 (conforming to either C89 or C99 standard). +Version 2.1.3 + +* bug fixes + + Version 2.1.2 * bug fixes |