mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 18:40:14 +00:00
00e58701f3
2003-01-05 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for cancellation handling. * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise. 2003-01-04 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct order of parameters passed to kill. * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
7 lines
137 B
Makefile
7 lines
137 B
Makefile
ifeq ($(subdir),csu)
|
|
gen-as-const-headers += tcb-offsets.sym
|
|
endif
|
|
ifeq ($(subdir),linuxthreads)
|
|
libpthread-routines += ptw-sysdep
|
|
endif
|