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] hash.c: #include <reent.h>


On Jul 26 14:20, Ken Brown wrote:
> This is needed for the prototypes of _stat64 and _fstat64 on Cygwin.
> 
> Fixes: commit 279805b2 "hash functions: use reentrant stat functions".
> ---
>  newlib/libc/search/hash.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/newlib/libc/search/hash.c b/newlib/libc/search/hash.c
> index c76b157b3..60fbeb0fd 100644
> --- a/newlib/libc/search/hash.c
> +++ b/newlib/libc/search/hash.c
> @@ -43,6 +43,7 @@ static char sccsid[] = "@(#)hash.c	8.9 (Berkeley) 6/16/94";
>  
>  #include <sys/stat.h>
>  
> +#include <reent.h>
>  #include <errno.h>
>  #include <fcntl.h>
>  #include <stdio.h>
> -- 
> 2.21.0

Please push.


Thanks,
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]