April 30, 2014
3:51 a.m.
On Tue, 29 Apr 2014 23:44:51 -0400, Adam Fowler said:
called for my file, just open. When I ran strace I see a write call but it is to stdout and not to my file.
Are you write()'ing to the correct file descriptor number? What is the source code for your userspace, near the open/write/close?