pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880)
The __sem_check_add_mapping internal stat calls fails with EOVERFLOW if system time is larger than 32 bit. It is a missing spot from 52a5fe70 fix to use 64 bit stat internally. Checked on x86_64-linux-gnu and i686-linux-gnu.
Loading
Please register or sign in to comment