aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_util.c')
-rw-r--r--pseudo_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudo_util.c b/pseudo_util.c
index 09b6766..f524f9f 100644
--- a/pseudo_util.c
+++ b/pseudo_util.c
@@ -49,7 +49,7 @@ static int pseudo_append_elements(char **newpath, char **root, size_t *allocated
extern char **environ;
static ssize_t pseudo_max_pathlen = -1;
static ssize_t pseudo_sys_max_pathlen = -1;
-static char *libpseudo_name = "libpseudo" PSEUDO_SUFFIX ".so";
+static char *libpseudo_name = "libpseudo.so";
char *pseudo_version = PSEUDO_VERSION;