diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-21 08:21:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-21 08:21:04 +0000 |
commit | 5c983cdd089ef485b6f903efcf9e597eb1cb37ab (patch) | |
tree | 9006a5251d9cbab218850bd9939b0c6e417444da /sysdeps/unix/sysv/linux/i386/Makefile | |
parent | e6c8af451f8ccdbd28ea6e8419eedb5551ba4c48 (diff) | |
download | glibc-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 'sysdeps/unix/sysv/linux/i386/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile index 7db3e3eeac..9e84975635 100644 --- a/sysdeps/unix/sysv/linux/i386/Makefile +++ b/sysdeps/unix/sysv/linux/i386/Makefile @@ -1,5 +1,5 @@ ifeq ($(subdir),misc) -sysdep_routines += ioperm iopl vm86 +sysdep_routines += ioperm iopl vm86 call_pselect6 sysdep_headers += sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h sys/io.h endif |