about summary refs log tree commit diff
path: root/library/std/src/sys/unix/locks/pthread_condvar.rs
diff options
context:
space:
mode:
authorVladimir Michael Eatwell <dimir@fb.com>2022-03-23 16:05:01 +0000
committerVladimir Michael Eatwell <dimir@fb.com>2022-07-20 08:57:36 +0100
commit439d64a83c84fe36befacc4af867eaadb96589d5 (patch)
tree18b420b8abf27c5511e8d1bee7fbfc1a715f3799 /library/std/src/sys/unix/locks/pthread_condvar.rs
parentc3605f8c8020dbbe8f0d1961c7b33c4c4b78ad0d (diff)
downloadrust-439d64a83c84fe36befacc4af867eaadb96589d5.tar.gz
rust-439d64a83c84fe36befacc4af867eaadb96589d5.zip
Library changes for Apple WatchOS
Diffstat (limited to 'library/std/src/sys/unix/locks/pthread_condvar.rs')
-rw-r--r--library/std/src/sys/unix/locks/pthread_condvar.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/std/src/sys/unix/locks/pthread_condvar.rs b/library/std/src/sys/unix/locks/pthread_condvar.rs
index 78f10f0534c..abf27e7db78 100644
--- a/library/std/src/sys/unix/locks/pthread_condvar.rs
+++ b/library/std/src/sys/unix/locks/pthread_condvar.rs
@@ -37,6 +37,7 @@ impl Condvar {
     #[cfg(any(
         target_os = "macos",
         target_os = "ios",
+        target_os = "watchos",
         target_os = "l4re",
         target_os = "android",
         target_os = "redox"
@@ -58,6 +59,7 @@ impl Condvar {
     #[cfg(not(any(
         target_os = "macos",
         target_os = "ios",
+        target_os = "watchos",
         target_os = "l4re",
         target_os = "android",
         target_os = "redox",
@@ -102,6 +104,7 @@ impl Condvar {
     #[cfg(not(any(
         target_os = "macos",
         target_os = "ios",
+        target_os = "watchos",
         target_os = "android",
         target_os = "espidf",
         target_os = "horizon"
@@ -135,6 +138,7 @@ impl Condvar {
     #[cfg(any(
         target_os = "macos",
         target_os = "ios",
+        target_os = "watchos",
         target_os = "android",
         target_os = "espidf",
         target_os = "horizon"