Skip to content
Snippets Groups Projects
user avatar
Mann mit Hut authored
 * Changed the assignment of values for missing DT_* constants. Since
   the 'd_type' field is of type 'unsigned char' we assign a negative
   number for each missing DT_* constant so they are distinguishable but
   do not collide with the values from the libc implementation.
 * Added a new 'DirStreamWithPath' that contains the path of the
   directory the directory stream belongs to.
 * 'readDirStreamWithType' falls back to a 'stat' if the 'd_type' is
   unknown or undetermined.
 * Added some tests for 'readDirStreamWithType'.
b2793e1c
History

The unix Package Hackage GitHub Build Status

See unix on Hackage for more information.

Installing from Git

To build this package using Cabal directly from Git, you must run autoreconf -i before the usual Cabal build steps (cabal {configure,build,install}). The program autoreconf is part of GNU autoconf. There is no need to run the configure script: cabal configure will do this for you.