newlib-cygwin/newlib/libc/posix
Mike Frysinger 96bc16f6b2 newlib: libc: merge build up a directory
Convert all the libc/ subdir makes into the top-level Makefile.  This
allows us to build all of libc from the top Makefile without using any
recursive make calls.  This is faster and avoids the funky lib.a logic
where we unpack subdir archives to repack into a single libc.a.  The
machine override logic is maintained though by way of Makefile include
ordering, and source file accumulation in libc_a_SOURCES.

There's a few dummy.c files that are no longer necessary since we aren't
doing the lib.a accumulating, so punt them.

The winsup code has been pulling the internal newlib ssp library out,
but that doesn't exist anymore, so change that to pull the objects.
2022-03-16 21:18:25 -04:00
..
COPYRIGHT 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
_isatty.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
cclass.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
closedir.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
cname.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
collate.c newlib: posix: use local includes for local headers 2022-02-18 18:40:57 -05: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 Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
fnmatch.c 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
ftw.c FTW Port for Newlib 2021-02-09 11:07:59 +01:00
glob.3 Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01: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
nftw.c nftw: fix thread cancellation support 2021-09-03 12:26:17 +02:00
opendir.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01: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 posix_spawn: fix get/set uid/gid calls for 32 bit Cygwin 2022-01-12 11:57:35 +01:00
readdir.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
readdir_r.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01: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 Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
regex2.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01: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 Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
rune.h newlib: posix: use local includes for local headers 2022-02-18 18:40:57 -05:00
runetype.h 2008-11-19 Ralf Corsepius <ralf.corsepius@rtems.org> 2008-11-19 17:13:13 +00:00
scandir.c scandir: Add support for struct dirent::d_type 2019-02-01 10:37:00 +01:00
seekdir.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
sleep.c
sysexits.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
telldir.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
un-namespace.h 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> 2008-10-31 21:03:42 +00:00
usleep.c
utils.h Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01: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