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

Issue 650343002: Split posix_spawn.c into 3 different files (Closed)

Created:
6 years, 2 months ago by Sam Clegg
Modified:
6 years, 2 months ago
Reviewers:
Petr Hosek
CC:
native-client-reviews_googlegroups.com
Base URL:
http://git.chromium.org/native_client/nacl-newlib.git@master
Visibility:
Public.

Description

Split posix_spawn.c into 3 different files posix_spawnattr.c posix_spawn_file_actions.c posix_spawn.c Also, move the declarations of the posix_spawn types into spawn.h. These two changes combined allow alternative implementations of posix_spawn to be provided without duplicating the posix_spawnattr* and posix_spawn_file_actions* functions. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3976 R=phosek@chromium.org Committed: https://git.chromium.org/gitweb?p=native_client/nacl-newlib.git;a=commit;h=bf66148d14c7fca26b9198dd5dc81e743893bb66

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+380 lines, -302 lines) Patch
M newlib/libc/include/spawn.h View 1 chunk +35 lines, -2 lines 0 comments Download
M newlib/libc/posix/Makefile.am View 1 chunk +1 line, -1 line 0 comments Download
M newlib/libc/posix/Makefile.in View 3 chunks +14 lines, -2 lines 0 comments Download
M newlib/libc/posix/posix_spawn.c View 5 chunks +4 lines, -297 lines 0 comments Download
A newlib/libc/posix/posix_spawn_file_actions.c View 1 chunk +158 lines, -0 lines 0 comments Download
A newlib/libc/posix/posix_spawnattr.c View 1 chunk +168 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Sam Clegg
6 years, 2 months ago (2014-10-13 21:16:34 UTC) #2
Petr Hosek
On 2014/10/13 21:16:34, Sam Clegg wrote: LGTM; do you plan to upstream these changes to ...
6 years, 2 months ago (2014-10-14 00:38:27 UTC) #3
Sam Clegg
On 2014/10/14 00:38:27, Petr Hosek wrote: > On 2014/10/13 21:16:34, Sam Clegg wrote: > > ...
6 years, 2 months ago (2014-10-14 00:42:39 UTC) #4
Sam Clegg
On 2014/10/14 00:42:39, Sam Clegg wrote: > On 2014/10/14 00:38:27, Petr Hosek wrote: > > ...
6 years, 2 months ago (2014-10-14 00:43:40 UTC) #5
Petr Hosek
On 2014/10/14 00:43:40, Sam Clegg wrote: > On 2014/10/14 00:42:39, Sam Clegg wrote: > > ...
6 years, 2 months ago (2014-10-14 01:16:54 UTC) #6
Sam Clegg
6 years, 2 months ago (2014-10-15 00:13:15 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
bf66148d14c7fca26b9198dd5dc81e743893bb66 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698