Skip to content

Commit

Permalink
fix a couple of FreeBSD compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nolta committed Aug 27, 2014
1 parent 5999f53 commit c6036da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ DLLEXPORT void jl_profile_stop_timer(void)
//
// BSD / Apple-System
//
#include <string.h>
#include <sys/time.h>
struct itimerval timerprof;

Expand All @@ -307,7 +308,6 @@ static void profile_bt(int sig)

DLLEXPORT int jl_profile_start_timer(void)
{
struct sigevent sigprof;
struct sigaction sa;
sigset_t ss;

Expand Down

0 comments on commit c6036da

Please sign in to comment.