[PATCH v2 2/7] iconv: Do not use mmap in iconv (the program) (bug 17703)

DJ Delorie dj@redhat.com
Fri Sep 20 00:12:18 GMT 2024


Florian Weimer <fweimer@redhat.com> writes:

LGTM
Reviewed-by: DJ Delorie <dj@redhat.com>

> -#ifdef _POSIX_MAPPED_FILES
> -# include <sys/mman.h>
> -#endif

Ok.

> -#ifdef _POSIX_MAPPED_FILES
> -	    struct stat64 st;
> -	    char *addr;
> -#endif

Ok.

> -#ifdef _POSIX_MAPPED_FILES
> . . .
> -#endif	/* _POSIX_MAPPED_FILES */

Ok.

> -  char *inptr = NULL;
> +  char *inptr = inbuf;

Ok.



More information about the Libc-alpha mailing list