diff options
Diffstat (limited to 'src/unistd/getpass.c')
-rw-r--r-- | src/unistd/getpass.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/getpass.c b/src/unistd/getpass.c index 5c48e6c8..242c2643 100644 --- a/src/unistd/getpass.c +++ b/src/unistd/getpass.c @@ -1,3 +1,5 @@ +#if 0 + #include <unistd.h> char *getpass(const char *prompt) @@ -8,3 +10,6 @@ char *getpass(const char *prompt) /* XOPEN(4,600) */ + + +#endif |