Skip to content

Commit

Permalink
fixup! Stub things out for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RX14 committed Dec 19, 2017
1 parent 4e4d9f3 commit 2b07a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/none.cr
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module GC

# :nodoc:
def self.pthread_join(thread : LibC::PthreadT) : Void*
ret = LibC.pthread_join(thread, out value)
ret = LibC.pthread_join(thread, out value)
raise Errno.new("pthread_join") unless ret == 0
value
end
Expand Down

0 comments on commit 2b07a3d

Please sign in to comment.