musl/src/dirent
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008
to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
2012-09-06 22:44:55 -04:00
..
__dirent.h ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
__getdents.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
alphasort.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
closedir.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
dirfd.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
fdopendir.c fix errno value when fdopendir is given an invalid file descriptor 2011-07-21 21:15:14 -04:00
opendir.c optimize opendir using O_CLOEXEC 2011-06-25 01:38:25 -04:00
readdir.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
readdir_r.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
rewinddir.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
scandir.c fix handling of d_name in struct dirent 2011-06-06 18:04:28 -04:00
seekdir.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
telldir.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
versionsort.c add (currently stubbed due to stubbed strverscmp) versionsort function 2012-06-13 11:14:38 -04:00