This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

more stdio functions


You might have seen that I added a bunch of new stdio functions.
These come from Solaris where they are provided to avoid the
unportable poking in the FILE structure.  Some GNU programs already
use these functions.

One of the functions is doing something which wasn't possible before.
The __fsetlocking function allows to set the stream in a mode where
the functions are not performing any locking operations.  This might
be useful for lazy programmers who don't want to use the _unlocked
functions but also for the case where no unlocked equivalents are
available (e.g., printf).

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]