diff options
Diffstat (limited to 'libc/unistd/getpass.c')
-rw-r--r-- | libc/unistd/getpass.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/unistd/getpass.c b/libc/unistd/getpass.c index c9daaaadd..08bf23636 100644 --- a/libc/unistd/getpass.c +++ b/libc/unistd/getpass.c @@ -49,9 +49,7 @@ libc_hidden_proto(__uc_malloc) #endif #define PWD_BUFFER_SIZE 256 -char * -getpass (prompt) - const char *prompt; +char * getpass (const char *prompt) { static char *buf; |