Skip to content

Commit

Permalink
Fix fs_poll on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed May 3, 2013
1 parent 4707d6e commit 9a72fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/jl_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ DLLEXPORT size_t jl_sizeof_uv_fs_poll_t()

DLLEXPORT size_t jl_sizeof_uv_fs_events_t()
{
return sizeof(jl_sizeof_uv_fs_events_t);
return sizeof(uv_fs_event_t);
}

DLLEXPORT void uv_atexit_hook();
Expand Down
2 changes: 2 additions & 0 deletions src/julia.expmap
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@
jl_tcp_init;
jl_test;
jl_poll_start;
jl_fs_poll_start;
jl_fs_event_init;
jl_timer_start;
jl_timer_stop;
jl_toplevel_eval;
Expand Down

0 comments on commit 9a72fab

Please sign in to comment.