Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(141)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
build_tools/common.sh
ports/nacl-spawn/Makefile
ports/nacl-spawn/bsd_spawn.h
ports/nacl-spawn/build.sh
ports/nacl-spawn/elf_reader.h
ports/nacl-spawn/elf_reader.cc
ports/nacl-spawn/include/bsd_spawn.h
ports/nacl-spawn/include/elf_reader.h
ports/nacl-spawn/include/library_dependencies.h
ports/nacl-spawn/include/nacl_main.h
ports/nacl-spawn/include/path_util.h
ports/nacl-spawn/include/spawn.h
ports/nacl-spawn/library_dependencies.h
ports/nacl-spawn/nacl_main.h
ports/nacl-spawn/nacl_spawn.cc
ports/nacl-spawn/path_util.h
ports/nacl-spawn/spawn.h
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')
OLD
NEW
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
Loading...
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
OLD
NEW
« 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 »
Issue 627103003: Add shared library version of libcli_main
Created 6 years, 2 months ago by Sam Clegg
Modified 6 years, 2 months ago
Reviewers:
Base URL: https://chromium.googlesource.com/external/naclports.git@master
Comments: 0
This is Rietveld
408576698