Skip to content

Commit 902585b

Browse files
committed
8308110: Resolve multiple definition of 'JNI_OnLoad_jsound' linking error
Reviewed-by: alanb, rasbold
1 parent 6073edf commit 902585b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_CommonUtils.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ static int alsa_inited = 0;
4444
static int alsa_enumerate_pcm_subdevices = FALSE; // default: no
4545
static int alsa_enumerate_midi_subdevices = FALSE; // default: no
4646

47-
/*
48-
* Declare library specific JNI_Onload entry if static build
49-
*/
50-
DEF_STATIC_JNI_OnLoad
51-
5247
void initAlsaSupport() {
5348
char* enumerate;
5449
if (!alsa_inited) {

0 commit comments

Comments
 (0)