Skip to content
Commit d20314d0 authored by Daniel Kurtz's avatar Daniel Kurtz Committed by Emil Velikov
Browse files

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: default avatarDaniel Kurtz <djkurtz@chromium.org>
Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
parent 1490055b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment