]> git.draconx.ca Git - cdecl99.git/commitdiff
libcdecl: Mark pthread_once as weak when needed.
authorNick Bowler <nbowler@draconx.ca>
Fri, 5 Apr 2024 04:01:49 +0000 (00:01 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 5 Apr 2024 04:03:34 +0000 (00:03 -0400)
When the "lock" module was removed we forgot to add pthread_once to
the list of pthreads symbols marked weak, leading to build failures
on systems which don't provide this symbol in libc.


No differences found