File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -336,9 +336,6 @@ fn test_apple(target: &str) {
336
336
337
337
// FIXME: XCode 13.1 doesn't have it.
338
338
"TIOCREMOTE" => true ,
339
-
340
- // Private value used by debuggers.
341
- "_POSIX_SPAWN_DISABLE_ASLR" => true ,
342
339
_ => false ,
343
340
}
344
341
} ) ;
@@ -364,9 +361,6 @@ fn test_apple(target: &str) {
364
361
// FIXME: Once the SDK get updated to Ventura's level
365
362
"freadlink" | "mknodat" | "mkfifoat" => true ,
366
363
367
- // Private functions
368
- "pthread_chdir_np" | "pthread_fchdir_np" => true ,
369
-
370
364
_ => false ,
371
365
}
372
366
} ) ;
Original file line number Diff line number Diff line change @@ -1091,7 +1091,6 @@ POSIX_SPAWN_SETPGROUP
1091
1091
POSIX_SPAWN_SETSIGDEF
1092
1092
POSIX_SPAWN_SETSIGMASK
1093
1093
POSIX_SPAWN_START_SUSPENDED
1094
- _POSIX_SPAWN_DISABLE_ASLR
1095
1094
PRIO_DARWIN_BG
1096
1095
PRIO_DARWIN_NONUI
1097
1096
PRIO_DARWIN_PROCESS
@@ -2145,8 +2144,6 @@ pthread_rwlockattr_setpshared
2145
2144
pthread_setname_np
2146
2145
pthread_setschedparam
2147
2146
pthread_stack_frame_decode_np
2148
- pthread_chdir_np
2149
- pthread_fchdir_np
2150
2147
ptrace
2151
2148
pututxline
2152
2149
pwritev
Original file line number Diff line number Diff line change @@ -5004,7 +5004,6 @@ pub const POSIX_SPAWN_SETSIGDEF: ::c_int = 0x0004;
5004
5004
pub const POSIX_SPAWN_SETSIGMASK : :: c_int = 0x0008 ;
5005
5005
pub const POSIX_SPAWN_SETEXEC : :: c_int = 0x0040 ;
5006
5006
pub const POSIX_SPAWN_START_SUSPENDED : :: c_int = 0x0080 ;
5007
- pub const _POSIX_SPAWN_DISABLE_ASLR: :: c_int = 0x0100 ;
5008
5007
pub const POSIX_SPAWN_CLOEXEC_DEFAULT : :: c_int = 0x4000 ;
5009
5008
5010
5009
// sys/ipc.h:
@@ -5746,8 +5745,6 @@ extern "C" {
5746
5745
policy : :: c_int ,
5747
5746
param : * const sched_param ,
5748
5747
) -> :: c_int ;
5749
- pub fn pthread_chdir_np ( path : * const :: c_char ) -> :: c_int ;
5750
- pub fn pthread_fchdir_np ( fd : :: c_int ) -> :: c_int ;
5751
5748
5752
5749
// Available from Big Sur
5753
5750
pub fn pthread_introspection_hook_install (
You can’t perform that action at this time.
0 commit comments