diff options
Diffstat (limited to 'sysdeps/htl/pt-condattr-setpshared.c')
-rw-r--r-- | sysdeps/htl/pt-condattr-setpshared.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/htl/pt-condattr-setpshared.c b/sysdeps/htl/pt-condattr-setpshared.c index 46662f73fa..aff0537f66 100644 --- a/sysdeps/htl/pt-condattr-setpshared.c +++ b/sysdeps/htl/pt-condattr-setpshared.c @@ -35,3 +35,4 @@ pthread_condattr_setpshared (pthread_condattr_t *attr, int pshared) return EINVAL; } } +stub_warning (pthread_condattr_setpshared) |