diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2015-01-23 16:21:07 -0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2015-01-23 16:21:07 -0800 |
| commit | e0da28a1b2ff9112f4aee4cebd4b22fce1ae62ac (patch) | |
| tree | 55508c6d2d2e7930a1037df61f63d3cfe72929b5 /ChangeLog | |
| parent | 22971c35e2de34ec3e1b02e9bceebcba2ead7bfe (diff) | |
| download | glibc-e0da28a1b2ff9112f4aee4cebd4b22fce1ae62ac.tar.xz glibc-e0da28a1b2ff9112f4aee4cebd4b22fce1ae62ac.zip | |
Also use uint64_t in __new_sem_wait_fast
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ with uint64_t. * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with (uint64_t) 1. + (__new_sem_wait_fast): Replace unsigned long with uint64_t. (__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 |
