1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-12 19:04:54 +03:00

login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockpt

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2021-06-30 07:21:13 +02:00
parent 3640654575
commit 8d1f854d60
12 changed files with 19 additions and 2 deletions

View File

@@ -35,3 +35,4 @@ unlockpt (int fd)
__set_errno (EINVAL);
return ret;
}
libc_hidden_def (unlockpt)