mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
dlmisc, pcm: export the old symbols (for -flto)
All old symbols must be visible (exported) for -flto. BugLink: https://github.com/alsa-project/alsa-lib/issues/56 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
8580c081c2
commit
2a204a5412
2 changed files with 8 additions and 8 deletions
|
|
@ -177,7 +177,7 @@ errpath:
|
|||
}
|
||||
|
||||
#ifndef DOXYGEN
|
||||
void *INTERNAL(snd_dlopen_old)(const char *name, int mode)
|
||||
EXPORT_SYMBOL void *INTERNAL(snd_dlopen_old)(const char *name, int mode)
|
||||
{
|
||||
return INTERNAL(snd_dlopen)(name, mode, NULL, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue