Import libdrm 2.4.94

This commit is contained in:
jsg
2018-09-13 11:55:15 +00:00
parent 1bd966a0de
commit a81d3f52ae
132 changed files with 4068 additions and 905 deletions

View File

@@ -23,7 +23,7 @@
#ifndef LIBDRM_LIBDRM_H
#define LIBDRM_LIBDRM_H
#if defined(HAVE_VISIBILITY)
#if HAVE_VISIBILITY
# define drm_private __attribute__((visibility("hidden")))
#else
# define drm_private