aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
diff options
context:
space:
mode:
authorGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-06-05 17:02:25 +0000
committerGravatar liujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-06-05 17:02:25 +0000
commite7881e8e1295e4e9f71ce74409d98eacaa02db38 (patch)
tree962b0bb1396346b9de0afe650a0a3e714afac138 /src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
parentaabd7cf8f858cfeffb2b874176f43d23ac702c22 (diff)
Update atomicops to support new platforms where intptr_t = long.
Fix license headers.
Diffstat (limited to 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc')
-rw-r--r--src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc b/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
index 937aa5ab..07748723 100644
--- a/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
+++ b/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
@@ -1,5 +1,5 @@
// Protocol Buffers - Google's data interchange format
-// Copyright 2008 Google Inc. All rights reserved.
+// Copyright 2012 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without