newlib-cygwin/newlib/libc/unix
Mike Frysinger ed20821a40 newlib: migrate from INCLUDES to AM_CPPFLAGS
Since automake deprecated the INCLUDES name in favor of AM_CPPFLAGS,
change all existing users over.  The generated code is the same since
the two variables have been used in the same exact places by design.

There are other cleanups to be done, but lets focus on just renaming
here so we can upgrade to a newer automake version w/out triggering
new warnings.
2022-01-05 20:29:53 -05:00
..
Makefile.am newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
Makefile.in newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
basename.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
dirname.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
getcwd.c * libc/unix/getcwd.c (getcwd): Close directory also in case of an error. 2014-10-16 15:00:59 +00:00
getlogin.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 21:47:44 +00:00
getpass.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 22:40:40 +00:00
getpwent.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 21:47:44 +00:00
getut.c Fix comparison between two character arrays 2018-07-30 09:36:49 +02:00
pread.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
pwrite.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sigset.c 2008-11-18 Jeff Johnston <jjohnstn@redhat.com> 2008-11-18 21:47:44 +00:00
ttyname.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ttyname.h 2009-02-23 Craig Howland <howland@LGSInnovations.com> 2009-02-23 23:42:03 +00:00
ttyname_r.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00