This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add __nl_item to <sys/_types.h>


On Aug 23 14:51, Sebastian Huber wrote:
> Add __nl_item to <sys/_types.h> for FreeBSD compatibility.  This type is
> used by some FreeBSD user-space header files.
> 
> Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
> ---
>  newlib/libc/include/sys/_types.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/newlib/libc/include/sys/_types.h b/newlib/libc/include/sys/_types.h
> index d8e8c0b52..fc10531d5 100644
> --- a/newlib/libc/include/sys/_types.h
> +++ b/newlib/libc/include/sys/_types.h
> @@ -210,6 +210,7 @@ typedef	__uint8_t	__sa_family_t;
>  typedef	__uint32_t	__socklen_t;
>  #endif
>  
> +typedef	int		__nl_item;

This collides with

newlib/libc/include/langinfo.h:44:enum __nl_item


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]