Skip to content

Commit

Permalink
IRIX <sys/prctl.h> is not what Configure expects.
Browse files Browse the repository at this point in the history
It exists, but the API is something completely different,
so the compilation attempt ends up in a fireworks display.
  • Loading branch information
jhi committed Oct 15, 2015
1 parent 2aa28b8 commit a7dba6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hints/irix_6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -683,3 +683,6 @@ usemymalloc=${usemymalloc:-false}
# instead; in IRIX this is not true because the prototype of fcntl()
# requires explicit include of <fcntl.h>
i_fcntl=define

# There is <prctl.h> but it's not the Linux one that Configure expects.
d_prctl="$undef"

0 comments on commit a7dba6f

Please sign in to comment.