gallium: Remove mgl* prefix in linker script osmesa.sym and libgl-xlib.sym

Seeing no mgl prefixed function in codebase, so removed it

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Ack-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19258>
This commit is contained in:
Yonggang Luo 2022-10-23 23:47:32 +08:00 committed by Marge Bot
parent 882400b1f4
commit b7d25dca98
2 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,6 @@
{
global:
gl*;
mgl*;
local:
*;
};
};

View file

@ -14,7 +14,6 @@
OSMesaPixelStore;
OSMesaPostprocess;
gl*;
mgl*;
local:
*;
};