about summary refs log tree commit diff
path: root/misc/Makefile
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 /misc/Makefile
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 'misc/Makefile')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index dc993c4174..7d60baa7d6 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -77,7 +77,7 @@ endif
 gpl2lgpl := error.c error.h
 
 tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent tst-hsearch \
-	 tst-error1
+	 tst-error1 tst-pselect
 ifeq (no,$(cross-compiling))
 tests: $(objpfx)tst-error1-mem
 endif