Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: sandbox/linux/seccomp/tls.h

Issue 672011: Added missing copyright header. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sandbox/linux/seccomp/syscall.h ('k') | sandbox/linux/seccomp/trusted_process.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
1 #ifndef TLS_H__ 5 #ifndef TLS_H__
2 #define TLS_H__ 6 #define TLS_H__
3 7
4 #include <asm/ldt.h> 8 #include <asm/ldt.h>
5 #include <stdlib.h> 9 #include <stdlib.h>
6 #include <sys/mman.h> 10 #include <sys/mman.h>
7 #include <sys/prctl.h> 11 #include <sys/prctl.h>
8 12
9 namespace playground { 13 namespace playground {
10 14
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 } 146 }
143 #else 147 #else
144 #error Unsupported target platform 148 #error Unsupported target platform
145 #endif 149 #endif
146 } 150 }
147 151
148 }; 152 };
149 153
150 } // namespace 154 } // namespace
151 #endif 155 #endif
OLDNEW
« no previous file with comments | « sandbox/linux/seccomp/syscall.h ('k') | sandbox/linux/seccomp/trusted_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698