OSDN Git Service

xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic
authorDaniel Kurtz <djkurtz@chromium.org>
Wed, 25 Mar 2015 01:01:02 +0000 (18:01 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 5 Apr 2015 14:33:33 +0000 (15:33 +0100)
commitd20314d083e533e3b8753192b1846752341afbbe
tree0db288bd9972a65b0875f50962fb7e8a63d2657a
parent1490055bc05fa941b59d10e89ef3fccd673af477
xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedantic

Unfortunately, there are some users of libdrm installed headers that like
to be built with -std=c89 -pedantic, which does not like "inline".

However, __inline works.

Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
xf86drmMode.h