Re: struct dirent in Linux 2.0

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 19 Feb 1997 21:15:46 +0000 (GMT)


> One other question - is the address returned by readdir valid only
> until the next readdir for the directory in question, or just the next
> readdir. Basically, what I'm asking is if in the case of Linux/8086,

Reading the spec I think you are allowed one. You can also hang it
off the DIR * pointer and keep more programs happy.

Alan