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

Issue 1717003002: [fusl] Don't syscall(SYS_ioctl, ...) in stdio (Closed)

Created:
4 years, 10 months ago by kulakowski
Modified:
4 years, 10 months ago
Reviewers:
viettrungluu
CC:
mojo-reviews_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

[fusl] Don't syscall(SYS_ioctl, ...) in stdio This previously inlined the definition of isatty, which asks for the window size via an ioctl call. Instead, use isatty. R=viettrungluu@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/872e67ca44f928f712d32aaeca991f2b7ff7a741

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -6 lines) Patch
M fusl/src/stdio/__fdopen.c View 2 chunks +2 lines, -3 lines 0 comments Download
M fusl/src/stdio/__stdout_write.c View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
kulakowski
Step 1 of n in putting c on top of posix.
4 years, 10 months ago (2016-02-19 23:30:27 UTC) #1
viettrungluu
Sweet. lgtm
4 years, 10 months ago (2016-02-19 23:51:44 UTC) #2
kulakowski
4 years, 10 months ago (2016-02-20 00:00:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
872e67ca44f928f712d32aaeca991f2b7ff7a741 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698