diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 21:38:57 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-13 21:38:57 +0000 |
commit | f32600208f4e9db972eb47f7d4959994b31199e6 (patch) | |
tree | 2a9b75b74b8cf126b816ee32a36727977b5c3de3 /libc/unistd | |
parent | 01015a4321d2af6b665a90a20ea349f02bde6f81 (diff) |
Convert all users of earlier hiddens
Diffstat (limited to 'libc/unistd')
-rw-r--r-- | libc/unistd/getpass.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/unistd/getpass.c b/libc/unistd/getpass.c index 8a23c99bf..a51c8e87f 100644 --- a/libc/unistd/getpass.c +++ b/libc/unistd/getpass.c @@ -20,6 +20,7 @@ #define tcsetattr __tcsetattr #define tcgetattr __tcgetattr #define fileno __fileno +#define fflush __fflush #include <stdio.h> #include <string.h> |