Skip to content

fix(zephyr): stdio handling#9

Open
casaroli wants to merge 2 commits intostagingfrom
stdio-fix
Open

fix(zephyr): stdio handling#9
casaroli wants to merge 2 commits intostagingfrom
stdio-fix

Conversation

@casaroli
Copy link
Copy Markdown

No description provided.

@casaroli casaroli force-pushed the stdio-fix branch 3 times, most recently from e01fc90 to c374a50 Compare April 21, 2026 16:02
@casaroli casaroli changed the base branch from main to staging April 21, 2026 16:03
@casaroli casaroli force-pushed the stdio-fix branch 3 times, most recently from 68b3300 to 70ef259 Compare April 21, 2026 16:10
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
/* No real fd: fall back to fwrite on stdout/stderr */
FILE *f = (handle->fd == STDERR_FILENO) ? stderr : stdout;
for (int i = 0; i < iovcnt; i++) {
printf("2222\n");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants