diff options
Diffstat (limited to 'login/login_tty.c')
-rw-r--r-- | login/login_tty.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/login/login_tty.c b/login/login_tty.c index 3cf6f1e..1bb1703 100644 --- a/login/login_tty.c +++ b/login/login_tty.c @@ -70,3 +70,4 @@ login_tty(fd) (void) close(fd); return (0); } +libutil_hidden_def (login_tty) |