glibc/sysdeps/nptl
H.J. Lu 22971c35e2 Use uint64_t and (uint64_t) 1 for 64-bit int
This patch replaces unsigned long int and 1UL with uint64_t and
(uint64_t) 1 to support ILP32 targets like x32.

	[BZ #17870]
	* nptl/sem_post.c (__new_sem_post): Replace unsigned long int
	with uint64_t.
	* nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
	(uint64_t) 1.
	(__new_sem_wait_slow): Replace unsigned long int with uint64_t.
	Replace 1UL with (uint64_t) 1.
	* sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
	int with uint64_t.
2015-01-23 14:48:40 -08:00
..
bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sys Fix copyright year on new stub sys/procfs.h file. 2015-01-08 14:29:45 -08:00
aio_misc.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
allocrtsig.c Clean up allocrtsig code. 2015-01-08 15:31:15 -08:00
configure Fix unwind.h configure check for bare environment. 2014-07-03 21:46:59 -07:00
configure.ac Fix unwind.h configure check for bare environment. 2014-07-03 21:46:59 -07:00
fork.c Fix wake-up in sysdeps/nptl/fork.c. 2015-01-13 01:09:29 +01:00
fork.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
gai_misc.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Implies Get rid of nptl/sysdeps/pthread/ subdirectory 2014-06-12 13:48:47 -07:00
internaltypes.h Use uint64_t and (uint64_t) 1 for 64-bit int 2015-01-23 14:48:40 -08:00
jmp-unwind.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
librt-cancellation.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lowlevellock-futex.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
lowlevellock.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makeconfig Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
malloc-machine.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nptl-signals.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pthread-functions.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pthread.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setxid.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
shm-directory.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigfillset.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Subdirs Get rid of nptl/sysdeps/pthread/ subdirectory 2014-06-12 13:48:47 -07:00
tcb-offsets.h Get rid of nptl/sysdeps/pthread/ subdirectory 2014-06-12 13:48:47 -07:00
tst-mqueue8x.c Get rid of nptl/sysdeps/pthread/ subdirectory 2014-06-12 13:48:47 -07:00
unwind-forcedunwind.c ARM: Consolidate with generic unwinder wrapper code 2015-01-05 15:42:16 -08:00