[PATCH v2 3/5] linux: Mimic kernel defition for BLOCK_SIZE
Florian Weimer
fweimer@redhat.com
Wed Aug 10 17:36:49 GMT 2022
* Adhemerval Zanella:
> To avoid possible warnings if the kernel header is included before
> sys/mount.h.
> ---
> sysdeps/unix/sysv/linux/sys/mount.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sysdeps/unix/sysv/linux/sys/mount.h b/sysdeps/unix/sysv/linux/sys/mount.h
> index f965986ba8..df6b0dbb42 100644
> --- a/sysdeps/unix/sysv/linux/sys/mount.h
> +++ b/sysdeps/unix/sysv/linux/sys/mount.h
> @@ -27,8 +27,8 @@
> #include <stddef.h>
> #include <sys/ioctl.h>
>
> -#define BLOCK_SIZE 1024
> #define BLOCK_SIZE_BITS 10
> +#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
Looks good.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Thanks,
Florian
More information about the Libc-alpha
mailing list