about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-13 14:52:55 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-13 14:52:55 +0000
commit550be6cdb0585fb7c5ec32d583b40ab6ef5daed1 (patch)
treeb5296d324fac9519cb4f9d25b8cda4766f5cdb69 /ChangeLog
parent3bb266e0101d17db7812daef1a7fe0aaa97b7e47 (diff)
downloadglibc-550be6cdb0585fb7c5ec32d583b40ab6ef5daed1.tar.gz
glibc-550be6cdb0585fb7c5ec32d583b40ab6ef5daed1.tar.xz
glibc-550be6cdb0585fb7c5ec32d583b40ab6ef5daed1.zip
Update.
1998-12-13  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/posix/tempname.c: Use __xstat instead of __stat.
	* sysdeps/unix/grantpt.c: Likewise.
	* sysdeps/unix/sysv/linux/ptsname.c: Likewise.
	* sysvipc/ftok.c: Likewise.
	Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48f243df09..fdfdddde77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-12-13  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sysdeps/posix/tempname.c: Use __xstat instead of __stat.
+	* sysdeps/unix/grantpt.c: Likewise.
+	* sysdeps/unix/sysv/linux/ptsname.c: Likewise.
+	* sysvipc/ftok.c: Likewise.
+	Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
+
 1998-12-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de> 
  
 	* sysdeps/alpha/fpu/fsetexcptflg.c: Avoid -Wparentheses warning.