about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-02 18:30:13 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-02 18:30:13 +0000
commit6f2a8167292f11227d4540f90e933bc29265921c (patch)
treec56f1e844545f5451945a9bc4b7d4f576910768d /NEWS
parent793bd4d9ebc5198ac292437227bec133fc6f4dfc (diff)
downloadglibc-6f2a8167292f11227d4540f90e933bc29265921c.tar.gz
glibc-6f2a8167292f11227d4540f90e933bc29265921c.tar.xz
glibc-6f2a8167292f11227d4540f90e933bc29265921c.zip
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--NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 826d56cf0a..01e473ba65 100644
--- a/NEWS
+++ b/NEWS
@@ -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