about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-21 08:21:04 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-21 08:21:04 +0000
commit5c983cdd089ef485b6f903efcf9e597eb1cb37ab (patch)
tree9006a5251d9cbab218850bd9939b0c6e417444da /ChangeLog
parente6c8af451f8ccdbd28ea6e8419eedb5551ba4c48 (diff)
downloadglibc-5c983cdd089ef485b6f903efcf9e597eb1cb37ab.tar.gz
glibc-5c983cdd089ef485b6f903efcf9e597eb1cb37ab.tar.xz
glibc-5c983cdd089ef485b6f903efcf9e597eb1cb37ab.zip
* sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual
	system call code to be redefined in macro CALL_PSELECT6.
	* sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
	(sysdep_routines): Add call_pselect6.
	* sysdeps/unix/sysv/linux/i386/call_pselect6.c: New file.
	* sysdeps/unix/sysv/linux/i386/pselect.c: New file.
	* misc/Makefile (tests): Add tst-pselect.
	* misc/tst-pselect.c: New file.

	* sysdeps/unix/sysv/linux/pselect.c: Fix typo in declaration.

	* sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Cast k_dev
	value to unsigned int to match kernel.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf3f93a8e4..6614e24b89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,25 @@
+2006-01-21  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/pselect.c (__pselect): Allow actual
+	system call code to be redefined in macro CALL_PSELECT6.
+	* sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
+	(sysdep_routines): Add call_pselect6.
+	* sysdeps/unix/sysv/linux/i386/call_pselect6.c: New file.
+	* sysdeps/unix/sysv/linux/i386/pselect.c: New file.
+	* misc/Makefile (tests): Add tst-pselect.
+	* misc/tst-pselect.c: New file.
+
 2006-01-20  Roland McGrath  <roland@frob.com>
 
 	* sysdeps/mach/hurd/ppoll.c: New file.
 
 2006-01-20  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/pselect.c: Fix typo in declaration.
+
+	* sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Cast k_dev
+	value to unsigned int to match kernel.
+
 	* sysdeps/unix/sysv/linux/faccessat.c (faccessat): Try using the
 	syscall in more cases.