Skip to content

Commit

Permalink
Proper fix for the sys.ji segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jan 8, 2013
1 parent 70e6260 commit 20d6b6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions base/stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -622,5 +622,3 @@ function connect_to_host(host::ByteString,port::Uint16) #TODO: handle errors
wait_connected(sock)
return sock
end

ccall(:jl_get_uv_hooks, Void, ())
1 change: 1 addition & 0 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ include("iostring.jl")
include("stream.jl")
include("process.jl")
include("fs.jl")
ccall(:jl_get_uv_hooks, Void, ())
using FS
include("char.jl")
include("ascii.jl")
Expand Down

0 comments on commit 20d6b6f

Please sign in to comment.