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

Side by Side Diff: native_client_sdk/src/libraries/nacl_mounts/osstat.h

Issue 10829027: [NaCl SDK] Add nacl_mounts to NaCl SDK build. Experimental for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync again Created 8 years, 4 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
OLDNEW
(Empty)
1 /* Copyright (c) 2012 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 */
5 #ifndef LIBRARIES_NACL_MOUNTS_OSSTAT_H_
6 #define LIBRARIES_NACL_MOUNTS_OSSTAT_H_
7
8 #include <sys/stat.h>
9
10 #if defined(WIN32)
11 #define S_IFCHR _S_IFCHR
12 #define S_IFDIR _S_IFDIR
13 #define S_IFMT _S_IFMT
14 #define S_IFREG _S_IFREG
15 #define S_IREAD _S_IREAD
16 #define S_IWRITE _S_IWRITE
17 #endif
18
19 #endif // LIBRARIES_NACL_MOUNTS_OSSTAT_H_
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/osdirent.h ('k') | native_client_sdk/src/libraries/nacl_mounts/ostypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698