Skip to content

Add shim for pthread_yield()

Hal G requested to merge systemdlete/gcompat:master into master

new routine to intercept missing pthread_yield(), which just calls the more standard sched_yield()

Merge request reports