mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Only defined DEV_BSIZE if not already defined.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2013-05-07 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
|
* misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
|
||||||
|
|
||||||
2013-05-07 Roland McGrath <roland@hack.frob.com>
|
2013-05-07 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
|
* sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
|
||||||
|
@@ -71,7 +71,9 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Unit of `st_blocks'. */
|
/* Unit of `st_blocks'. */
|
||||||
#define DEV_BSIZE 512
|
#ifndef DEV_BSIZE
|
||||||
|
# define DEV_BSIZE 512
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Bit map related macros. */
|
/* Bit map related macros. */
|
||||||
|
Reference in New Issue
Block a user