v0.3.10 #34
SpriteOvO
announced in
Announcements
v0.3.10
#34
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changes
Fixed error
undefined reference to 'gettid'
on environment with earlierglibc
versions (before v2.30). (issue Can't build with 0.3.9 - undefined reference to `gettid' #31, PR Replacegettid()
withsyscall(SYS_gettid)
for earlier glibc versions #32)Replaced
pthread_self
withpthread_threadid_np
for getting TID on macOS. (PR Replacepthread_self
withpthread_threadid_np
on macOS #33)This discussion was created from the release v0.3.10.
Beta Was this translation helpful? Give feedback.
All reactions