summaryrefslogtreecommitdiffstats
path: root/compat/atomics/pthread/stdatomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/atomics/pthread/stdatomic.h')
-rw-r--r--compat/atomics/pthread/stdatomic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/atomics/pthread/stdatomic.h b/compat/atomics/pthread/stdatomic.h
index 60f9a9d..1b7278e 100644
--- a/compat/atomics/pthread/stdatomic.h
+++ b/compat/atomics/pthread/stdatomic.h
@@ -21,8 +21,8 @@
* Copyright (C) 2010 RĂ©mi Denis-Courmont
*/
-#ifndef FFMPEG_COMPAT_ATOMICS_PTHREAD_STDATOMIC_H
-#define FFMPEG_COMPAT_ATOMICS_PTHREAD_STDATOMIC_H
+#ifndef COMPAT_ATOMICS_PTHREAD_STDATOMIC_H
+#define COMPAT_ATOMICS_PTHREAD_STDATOMIC_H
#include <stdint.h>
@@ -194,4 +194,4 @@ FETCH_MODIFY(and, &)
#define atomic_flag_clear_explicit(object, order) \
atomic_flag_clear(object)
-#endif /* FFMPEG_COMPAT_ATOMICS_PTHREAD_STDATOMIC_H */
+#endif /* COMPAT_ATOMICS_PTHREAD_STDATOMIC_H */
OpenPOWER on IntegriCloud