summaryrefslogtreecommitdiff
path: root/compat/atomics/suncc/stdatomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/atomics/suncc/stdatomic.h')
-rw-r--r--compat/atomics/suncc/stdatomic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/atomics/suncc/stdatomic.h b/compat/atomics/suncc/stdatomic.h
index 43cd78d978..119c2ba3c9 100644
--- a/compat/atomics/suncc/stdatomic.h
+++ b/compat/atomics/suncc/stdatomic.h
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef FFMPEG_COMPAT_ATOMICS_SUNCC_STDATOMIC_H
-#define FFMPEG_COMPAT_ATOMICS_SUNCC_STDATOMIC_H
+#ifndef COMPAT_ATOMICS_SUNCC_STDATOMIC_H
+#define COMPAT_ATOMICS_SUNCC_STDATOMIC_H
#include <atomic.h>
#include <mbarrier.h>
@@ -183,4 +183,4 @@ static inline intptr_t atomic_fetch_and(intptr_t *object, intptr_t operand)
#define atomic_flag_clear_explicit(object, order) \
atomic_flag_clear(object)
-#endif /* FFMPEG_COMPAT_ATOMICS_SUNCC_STDATOMIC_H */
+#endif /* COMPAT_ATOMICS_SUNCC_STDATOMIC_H */