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

Side by Side Diff: ports/nacl-spawn/include/spawn.h

Issue 627103003: Add shared library version of libcli_main Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « ports/nacl-spawn/include/path_util.h ('k') | ports/nacl-spawn/library_dependencies.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The Native Client Authors. All rights reserved. 2 * Copyright (c) 2014 The Native Client Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #include <sys/types.h> 7 #include <sys/types.h>
8 #include <sys/wait.h> 8 #include <sys/wait.h>
9 9
10 #ifdef __BIONIC__ 10 #ifdef __BIONIC__
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 #define P_WAIT 0 54 #define P_WAIT 0
55 #define P_NOWAIT 1 55 #define P_NOWAIT 1
56 #define P_NOWAITO 1 56 #define P_NOWAITO 1
57 #define P_OVERLAY 2 57 #define P_OVERLAY 2
58 58
59 #ifdef __cplusplus 59 #ifdef __cplusplus
60 } 60 }
61 #endif 61 #endif
62 62
63 #endif 63 #endif
OLDNEW
« no previous file with comments | « ports/nacl-spawn/include/path_util.h ('k') | ports/nacl-spawn/library_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698