Lind-Project / native_client

native_client trusted code base
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

stdout buffering #12

Open rennergade opened 4 years ago

rennergade commented 4 years ago

In NaCl, STDOUT isn't flushing automatically when it encounters a newline which seems to be the POSIX standard. It would be nice to no where the NaCl handles that and to fix it.

rennergade commented 10 months ago

I think its probably worth finally trying to resolve this one, I've been putting it out because it takes a decent amount of investigation and hasn't ever been a blocking issue. It would be nice to not have to use fflush() calls though to make sure things are synchronized.

rennergade commented 10 months ago

@kuzeyardabulut this might be good for you to investigate. I think it probably entails delving into libc.