Searched hist:72732 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/stdio/
H A Dfindfp.cdiff 72732 Tue Feb 20 01:56:52 MST 2001 peter Place some hooks (__stdin, __stdout, __stderr) into libc for a future
ABI change. There is some serious evilness here to work around some
gcc weaknesses. We need to know the sizeof(FILE) manually until __sF
goes away in the next major bump. We have the size for Alpha and i386,
missing is ia64, ppc and sparc* (and i386 with 64 bit longs).
At some point down the track we can change the stdin etc #defines to
stop hard coding the size of FILE into application binaries.

Lots of head scratching and ideas and testing by: green, imp

Completed in 78 milliseconds