Skip to content

Commit

Permalink
[LA64][WRAPPING][BOX32] Added alt name for libnsl
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Feb 18, 2025
1 parent fdd1509 commit 611ac39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wrapped32/wrappednsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
#include "librarian/library_private.h"
#include "x64emu.h"

#ifdef LA64
static const char* nslName = "libnsl.so.2";
#else
static const char* nslName = "libnsl.so.1";
#endif
#define LIBNAME nsl

#include "wrappedlib_init32.h"
Expand Down

0 comments on commit 611ac39

Please sign in to comment.