We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acacde4 commit 6589e63Copy full SHA for 6589e63
src/jloptions.c
@@ -1,6 +1,7 @@
1
// This file is a part of Julia. License is MIT: https://julialang.org/license
2
3
#include <limits.h>
4
+#include <errno.h>
5
6
#include "julia.h"
7
src/signals-unix.c
@@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include <pthread.h>
8
9
#if defined(_OS_DARWIN_) && !defined(MAP_ANONYMOUS)
10
#define MAP_ANONYMOUS MAP_ANON
11
#endif
0 commit comments