libc/newlib/libc/posix
Sebastian Huber ab4fdab5d5 Add generic implementation of dirfd()
Use existing HAVE_OPENDIR define to determine if a generic
implementation should be provided.  Cygwin for example has its own
implementation of opendir() and dirfd().

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
2018-10-11 08:29:16 +02:00
..
COPYRIGHT 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
Makefile.am Add generic implementation of dirfd() 2018-10-11 08:29:16 +02:00
Makefile.in Add generic implementation of dirfd() 2018-10-11 08:29:16 +02:00
_isatty.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
cclass.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
closedir.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
cname.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
collate.c Throughout, run newlib with -Wall -Werror option and fix bugs and 2012-08-08 11:04:18 +00:00
collate.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
collcmp.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
creat.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
dirfd.c Add generic implementation of dirfd() 2018-10-11 08:29:16 +02:00
engine.c * libc/include/sys/features.h (__GNUC_PREREQ): Define. Use 2012-10-16 18:45:24 +00:00
execl.c ansification: remove _HAVE_STDC 2018-01-17 11:47:30 -06:00
execle.c ansification: remove _HAVE_STDC 2018-01-17 11:47:30 -06:00
execlp.c ansification: remove _HAVE_STDC 2018-01-17 11:47:30 -06:00
execv.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
execve.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
execvp.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
fnmatch.3 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
fnmatch.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
glob.3 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
glob.c 2013-11-21 Julio Gutierrez <jgutleyva@gmail.com> 2013-11-21 17:04:57 +00:00
isatty.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
namespace.h 2008-11-24 Craig Howland <howland@LGSInnovations.com> 2008-11-24 21:27:33 +00:00
opendir.c Open a directory with the usual flags 2018-10-11 08:29:16 +02:00
popen.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
posix.tex Use source files which have makedoc markup, but aren't processed or included. 2015-06-24 12:24:01 +01:00
posix_spawn.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
readdir.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
readdir_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
regcomp.c 2013-11-20 Chirayu Desai <chirayudesai1@gmail.com> 2013-11-20 16:25:50 +00:00
regerror.c 2013-11-20 Chirayu Desai <chirayudesai1@gmail.com> 2013-11-20 16:25:50 +00:00
regex.3 2013-11-20 Chirayu Desai <chirayudesai1@gmail.com> 2013-11-20 16:25:50 +00:00
regex2.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
regexec.c 2013-11-20 Chirayu Desai <chirayudesai1@gmail.com> 2013-11-20 16:25:50 +00:00
regfree.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
rewinddir.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
rune.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
runetype.h 2008-11-19 Ralf Corsepius <ralf.corsepius@rtems.org> 2008-11-19 17:13:13 +00:00
scandir.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
seekdir.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sleep.c 2006-06-05 Shaun Jackman <sjackman@gmail.com> 2006-06-06 15:41:10 +00:00
sysexits.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
telldir.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
un-namespace.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
usleep.c 2006-06-05 Shaun Jackman <sjackman@gmail.com> 2006-06-06 15:41:10 +00:00
utils.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
wordexp.c newlib: wordexp: drop dangerous fprintf 2018-08-08 10:50:19 +02:00
wordexp2.h * libc/posix/wordfree.c (wordfree): The wrong words are freed 2012-10-09 12:05:51 +00:00
wordfree.c * libc/posix/wordfree.c (wordfree): The wrong words are freed 2012-10-09 12:05:51 +00:00