]> sourceware.org Git - lvm2.git/commit
headers: use __linux__ instead of linux
authormpatocka@redhat.com <mpatocka@redhat.com>
Thu, 17 Oct 2013 09:14:07 +0000 (11:14 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 17 Oct 2013 09:54:44 +0000 (11:54 +0200)
commitefd1dc6bd3e38f9a98f67db28537c5655992c6f9
treeae3327c914a953836b2dc4c698965007ac19beaa
parent3924a041ba3798c228749de1fc5491fd5411103b
headers: use __linux__ instead of linux

This file may be included by other programs, so it should be compliant
with the C standard.

* use __linux__ instead of linux - __linux__ is always defined, linux is
  not defined when gcc runs in standard-compliant mode (with -std=c89 or
  -std=c99) because the C standard doesn't allow polluting namespace
  with arbitrary defines.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
WHATS_NEW_DM
libdm/libdevmapper.h
This page took 0.038355 seconds and 5 git commands to generate.