diff options
author | Stiopa Koltsov <stepan.koltsov@gmail.com> | 2023-02-22 23:08:50 +0000 |
---|---|---|
committer | Stiopa Koltsov <stepan.koltsov@gmail.com> | 2023-02-22 23:12:03 +0000 |
commit | 1f5e500fa0a7b724d31a4e2be44717a2099b3724 (patch) | |
tree | 47729b2dd04418358b4ed9e11798c4adfc7e6e05 /libc-test | |
parent | f5363564c7ff96f8779043f7971145cb02345760 (diff) | |
download | rust-libc-1f5e500fa0a7b724d31a4e2be44717a2099b3724.tar.gz |
Add posix_spawnattr_set_qos_class_np
https://opensource.apple.com/source/libpthread/libpthread-137.1.1/pthread/spawn.h
Diffstat (limited to 'libc-test')
-rw-r--r-- | libc-test/build.rs | 1 | ||||
-rw-r--r-- | libc-test/semver/apple.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index 98c802e338..73c1c8fdb4 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -240,6 +240,7 @@ fn test_apple(target: &str) { "pthread.h", "pthread_spis.h", "pthread/introspection.h", + "pthread/spawn.h", "pthread/stack_np.h", "pwd.h", "regex.h", diff --git a/libc-test/semver/apple.txt b/libc-test/semver/apple.txt index 106a0d2eaf..b697b893ae 100644 --- a/libc-test/semver/apple.txt +++ b/libc-test/semver/apple.txt @@ -2033,12 +2033,14 @@ posix_spawn_file_actions_destroy posix_spawn_file_actions_init posix_spawn_file_actions_t posix_spawnattr_destroy +posix_spawnattr_get_qos_class_np posix_spawnattr_getarchpref_np posix_spawnattr_getflags posix_spawnattr_getpgroup posix_spawnattr_getsigdefault posix_spawnattr_getsigmask posix_spawnattr_init +posix_spawnattr_set_qos_class_np posix_spawnattr_setarchpref_np posix_spawnattr_setflags posix_spawnattr_setpgroup |