summaryrefslogtreecommitdiff
path: root/sysdeps/generic/bits/mutex-attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/bits/mutex-attr.h')
-rw-r--r--sysdeps/generic/bits/mutex-attr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/generic/bits/mutex-attr.h b/sysdeps/generic/bits/mutex-attr.h
index 420d5d1c..9161cdab 100644
--- a/sysdeps/generic/bits/mutex-attr.h
+++ b/sysdeps/generic/bits/mutex-attr.h
@@ -20,6 +20,10 @@
#ifndef _BITS_MUTEX_ATTR_H
#define _BITS_MUTEX_ATTR_H 1
+enum __pthread_mutex_protocol;
+enum __pthread_process_shared;
+enum __pthread_mutex_type;
+
/* This structure describes the attributes of a POSIX mutex
attribute. */
struct __pthread_mutexattr