[PATCH v6 1/3] Add strfromd, strfromf, and strfroml functions

Joseph Myers joseph@codesourcery.com
Thu Oct 6 16:35:00 GMT 2016


On Wed, 5 Oct 2016, Gabriel F. T. Gomes wrote:

> diff --git a/stdlib/bits/stdlib-ldbl.h b/stdlib/bits/stdlib-ldbl.h
> index acff499..0c8f87b 100644
> --- a/stdlib/bits/stdlib-ldbl.h
> +++ b/stdlib/bits/stdlib-ldbl.h
> @@ -20,6 +20,9 @@
>  # error "Never include <bits/stdlib-ldbl.h> directly; use <stdlib.h> instead."
>  #endif
>  
> +#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION
> +#include <bits/libc-header-start.h>
> +

Just as this header did not need to include <features.h>, so it doesn't 
need to do this either: it's only included from <stdlib.h>, which has 
already ensures the USE macros are correctly defined via its include of 
<bits/libc-header-start.h>.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list