diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/grantpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index c04c85d450..f019b9db30 100644 --- a/sysdeps/unix/grantpt.c +++ b/sysdeps/unix/grantpt.c @@ -195,7 +195,7 @@ grantpt (int fd) CLOSE_ALL_FDS (); # endif - execle (_PATH_PT_CHOWN, basename (_PATH_PT_CHOWN), NULL, NULL); + execle (_PATH_PT_CHOWN, __basename (_PATH_PT_CHOWN), NULL, NULL); _exit (FAIL_EXEC); } else |