diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-04-24 20:31:50 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-04-24 20:31:50 +0000 |
commit | 1100b0e29213d536814d675cb3e1faff447db322 (patch) | |
tree | c6eb5ed6b41bccaaa7a9b263cac188a143a89e74 /include | |
parent | 48f59b8e1a60fa1e9f20bfd322214cec1be3a635 (diff) | |
download | glibc-1100b0e29213d536814d675cb3e1faff447db322.tar.gz |
Updated to fedora-glibc-20060424T2027
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 670cb324ae..f8f15ed019 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -15,6 +15,7 @@ libc_hidden_proto (getlogin_r) libc_hidden_proto (seteuid) libc_hidden_proto (setegid) libc_hidden_proto (tcgetpgrp) +libc_hidden_proto (readlinkat) /* Now define the internal interfaces. */ extern int __access (__const char *__name, int __type); |