| Index: third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
|
| similarity index 97%
|
| rename from third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h
|
| rename to third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
|
| index 3b314fd0c9af5c6c4b582d304cd098a2f380a3fe..7bc584eb2114ff58badcd45d72ee8a32ea06b7b5 100644
|
| --- a/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_pnacl.h
|
| +++ b/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
|
| @@ -30,8 +30,8 @@
|
|
|
| // This file is an internal atomic implementation, use atomicops.h instead.
|
|
|
| -#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_PNACL_H_
|
| -#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_PNACL_H_
|
| +#ifndef GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_GENERIC_C11_ATOMIC_H_
|
| +#define GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_GENERIC_C11_ATOMIC_H_
|
|
|
| #include <atomic>
|
|
|
| @@ -228,4 +228,4 @@ inline Atomic64 Release_Load(volatile const Atomic64* ptr) {
|
| } // namespace protobuf
|
| } // namespace google
|
|
|
| -#endif // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_PNACL_H_
|
| +#endif // GOOGLE_PROTOBUF_ATOMICOPS_INTERNALS_GENERIC_C11_ATOMIC_H_
|
|
|