about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-17 06:52:45 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-17 06:52:45 +0000
commit3ca97e8f0f08c85aecc08f5f171e46729e04911d (patch)
tree6a5d1517f52d649f0a46ba6dbf6bf1bf55b072d2 /ChangeLog
parent26a026b94036e2e2a41a6693327d796cc82bdacd (diff)
downloadglibc-3ca97e8f0f08c85aecc08f5f171e46729e04911d.tar.gz
glibc-3ca97e8f0f08c85aecc08f5f171e46729e04911d.tar.xz
glibc-3ca97e8f0f08c85aecc08f5f171e46729e04911d.zip
Update.
	* sysdeps/posix/system.c (do_system): Add support for installation
	of cancellation handlers.
	* sysdeps/unix/sysv/linux/i386/system.c: New file.

	* stdlib/Makefile (tests): Add tst-system.
	* stdlib/tst-system.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acf7205eb1..9ba4e4bcb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2002-12-16  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/posix/system.c (do_system): Add support for installation
+	of cancellation handlers.
+	* sysdeps/unix/sysv/linux/i386/system.c: New file.
+
+	* stdlib/Makefile (tests): Add tst-system.
+	* stdlib/tst-system.c: New file.
+
 	* sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
 	CENABLE]: Don't lose content of %ebx.