summaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/pthread/pthread-functions.h
AgeCommit message (Collapse)AuthorFilesLines
2003-09-10* sysdeps/pthread/pthread-functions.h (struct pthread_functions): MoveRoland McGrath1-3/+4
ptr___pthread_cond_timedwait to the end of the structure to avoid breaking Wine unnecessarily.
2003-09-02Update.Ulrich Drepper1-0/+2
2003-09-01 Thorsten Kukuk <kukuk@suse.de> * nis/nss_compat/compat-spwd.c (getspnam_plususer): Return NSS_STATUS_SUCCESS if entry was found. (getspent_next_file): Store user in blacklist after entry was found, use innetgr. 2003-09-01 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise.c: New. * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: New. * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Fix tls offset computation for TCB_AT_TP. Support l_firstbyte_offset != 0 for DTV_AT_TP, optimize.
2003-04-20Update.Ulrich Drepper1-0/+88
2003-04-20 Ulrich Drepper <drepper@redhat.com> * internals.h: Split pthread_functions definition into... * sysdeps/pthread/pthread-functions.h: ...new file. * sysdeps/i386/useldt.h: Include <sysdep.h>.