Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 27 Jul 2019 20:53:20 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: x32 broken stuff, for the record

Working on time64 stuff that will allow us to drop the
x32/syscall_arch.h __fixup hacks, I came across some stuff that's
presumably broken on x32 now due to not being covered by the timespec
rewriting cases there:

- semtimedop
- pthread_mutex_timedlock with PI mutexes
- timer_settime
- timerfd_settime
- recvmmsg

I'm not going to be fixing these independently of the time64 changes,
but they'll soon disappear once some changes for time64 go in.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.