diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-05-14 14:53:06 +1200 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-05-14 14:53:06 +1200 |
commit | 765ff439ba6b29b36c6df8ea3923fac9f5e39eaf (patch) | |
tree | ac8e20663876da36aa0b574208f0981c13f20389 /lib/thread | |
parent | 37423477a77f0b24b85acc6af52aa460570921a6 (diff) | |
download | mc-765ff439ba6b29b36c6df8ea3923fac9f5e39eaf.tar.gz |
Regenerate builds for OpenBSD.
And patch up libstd to matcht .
Diffstat (limited to 'lib/thread')
-rw-r--r-- | lib/thread/bld.sub | 4 | ||||
-rw-r--r-- | lib/thread/mutex.myr (renamed from lib/thread/mutex+osx.myr) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/thread/bld.sub b/lib/thread/bld.sub index 8eb8457..2b429c3 100644 --- a/lib/thread/bld.sub +++ b/lib/thread/bld.sub @@ -1,6 +1,7 @@ lib thread = common.myr - hookstd.myr # install thread hooks + hookstd.myr # install thread hooks + mutex.myr # fallback, for unimplemented platforms # linux impl of basic thread primitives #condvar+linux.myr @@ -16,7 +17,6 @@ lib thread = # osx impl of thread primitives #condvar+osx.myr - mutex+osx.myr spawn+osx.myr start+osx-x64.s diff --git a/lib/thread/mutex+osx.myr b/lib/thread/mutex.myr index 6dc4a44..6dc4a44 100644 --- a/lib/thread/mutex+osx.myr +++ b/lib/thread/mutex.myr |