mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Only defined DEV_BSIZE if not already defined.
This commit is contained in:
@ -71,7 +71,9 @@
|
||||
|
||||
|
||||
/* Unit of `st_blocks'. */
|
||||
#define DEV_BSIZE 512
|
||||
#ifndef DEV_BSIZE
|
||||
# define DEV_BSIZE 512
|
||||
#endif
|
||||
|
||||
|
||||
/* Bit map related macros. */
|
||||
|
Reference in New Issue
Block a user