glibc/misc/sys
Joseph Myers 8b1647877c Remove __long_double_t.
sys/cdefs.h has a macro __long_double_t used in two places in glibc.
long double is a standard part of C since C89; there is no need for
such an alias for it.  This patch removes that macro and uses long
double directly everywhere.  As an implementation-namespace,
undocumented symbol, it should not be considered part of the API for
users, and codesearch.debian.net shows no sign of it being used
outside glibc in a way that would break with this patch.

Tested for x86_64.

	* misc/sys/cdefs.h (__long_double_t): Remove.
	* stdio-common/printf_fp.c (__printf_fp_l): Use long double
	instead of __long_double_t,
	* stdlib/strfmon_l.c (__vstrfmon_l): Likewise.
2017-08-07 19:53:17 +00:00
..
auxv.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
cdefs.h Remove __long_double_t. 2017-08-07 19:53:17 +00:00
dir.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
file.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
ioctl.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
mman.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
param.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
queue.h [BZ #5779] 2008-03-05 05:50:39 +00:00
select.h Remove __need macros from signal.h. 2017-05-20 19:04:43 -04:00
syslog.h Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
sysmacros.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
uio.h Remove __need_IOV_MAX and __need_FOPEN_MAX. 2017-06-14 07:51:30 -04:00
ustat.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
xattr.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00