1
0
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:
Alasdair G Kergon
2013-11-13 13:56:29 +00:00
parent d8085edf65
commit 527db4645f
19 changed files with 28 additions and 27 deletions

View File

@@ -443,7 +443,7 @@ out:
return ret;
}
#ifdef linux
#ifdef __linux__
static unsigned long _dev_topology_attribute(struct dev_types *dt,
const char *attribute,