diff options
Diffstat (limited to 'src/gallium/targets/egl-static/egl.sym')
-rw-r--r-- | src/gallium/targets/egl-static/egl.sym | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/egl.sym b/src/gallium/targets/egl-static/egl.sym new file mode 100644 index 00000000000..3fe7d670e6d --- /dev/null +++ b/src/gallium/targets/egl-static/egl.sym @@ -0,0 +1,6 @@ +{ + global: + _eglMain; + local: + *; +}; |