mirror of
git://sourceware.org/git/lvm2.git
synced 2025-09-27 05:44:18 +03:00
gcc: replace #ifdef linux with __linux__
This commit is contained in:
@@ -443,7 +443,7 @@ out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef linux
|
||||
#ifdef __linux__
|
||||
|
||||
static unsigned long _dev_topology_attribute(struct dev_types *dt,
|
||||
const char *attribute,
|
||||
|
Reference in New Issue
Block a user