Skip to content

Commit 4182efd

Browse files
committed
update osx constants for xcode10
1 parent a379fb3 commit 4182efd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ matrix:
8787
rust: beta
8888
- os: osx
8989
env: TARGET=x86_64-apple-darwin NO_ADD=1
90-
osx_image: xcode9.4
90+
osx_image: xcode10
9191
rust: beta
9292

9393
# nightly
9494
- env: TARGET=x86_64-unknown-linux-gnu NO_ADD=1
9595
rust: nightly
9696
- os: osx
9797
env: TARGET=x86_64-apple-darwin NO_ADD=1
98-
osx_image: xcode9.4
98+
osx_image: xcode10
9999
rust: nightly
100100
# not available on stable
101101
# without --release the build fails

src/unix/bsd/apple/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ pub const VM_FLAGS_SUPERPAGE_MASK: ::c_int = 0x70000;
785785
pub const VM_FLAGS_RETURN_DATA_ADDR: ::c_int = 0x100000;
786786
pub const VM_FLAGS_RETURN_4K_DATA_ADDR: ::c_int = 0x800000;
787787
pub const VM_FLAGS_ALIAS_MASK: ::c_int = 0xFF000000;
788-
pub const VM_FLAGS_USER_ALLOCATE: ::c_int = 0xff07401b;
789-
pub const VM_FLAGS_USER_MAP: ::c_int = 0xff97401b;
788+
pub const VM_FLAGS_USER_ALLOCATE: ::c_int = 0xff07401f;
789+
pub const VM_FLAGS_USER_MAP: ::c_int = 0xff97401f;
790790
pub const VM_FLAGS_USER_REMAP: ::c_int = VM_FLAGS_FIXED | VM_FLAGS_ANYWHERE |
791791
VM_FLAGS_RANDOM_ADDR |
792792
VM_FLAGS_OVERWRITE |

0 commit comments

Comments
 (0)