CDirent definition.

Thaddeus L. Olczyk olczyk@interaccess.com
Tue, 18 Feb 2003 16:39:45 -0600


Looking through the sources of ghc, I could not find the
definition/devclaration of CDirent used by the FFI version
of Posix directory commands (readdir, opendir etc... ).
All I could find was 
type CDirent = () 

I'm confused by this. Can anyone clarify?