Making {open,close,read,tell,seek}dir thread-safe.

2000-12-10 Thread Garrett Wollman
< said: > I started a cleanup of libc to make it thread-safe. Just as a matter of information The seekdir/telldir interface was debated recently by the Austin Group. The Open Group wanted to include it as part of the XSI extension to 1003.1-200x; other people were strongly opposed to its in

Making {open,close,read,tell,seek}dir thread-safe.

2000-12-04 Thread Dan Eischen
I started a cleanup of libc to make it thread-safe. I would like to get rid of the hash table in libc/gen/telldir.c and maintain telldir position information on a per-DIR basis. A summary of the changes are as follows: o Add a LIST_HEAD to DIR to contain a queue of telldir positions. Als