[klibc] printf broken with recent fd and FILE changes

Olaf Hering olh at suse.de
Tue Jan 27 21:41:30 PST 2004


I'm not sure what the root cause is, but printf writes to fd 0:

mandarine:/usr/src/packages/BUILD/udev-015/klibc# ./utils/true
blah
mandarine:/usr/src/packages/BUILD/udev-015/klibc# ./utils/true >/dev/null
blah
mandarine:/usr/src/packages/BUILD/udev-015/klibc# cat utils/true.c
#include <stdio.h>
int main(void)
{
        printf("blah\n");
  return 0;
}

-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG



More information about the klibc mailing list