diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-08 08:05:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-08 08:05:25 +0000 |
commit | 3335502bec2220c7d1e89929d489c1a91a1d862b (patch) | |
tree | 808a5d629a72201eed723cb4cafde5abdb94b75e /include/unistd.h | |
parent | 09efc3ba1269f79b78ee0724501fc762c2d5ab49 (diff) | |
download | glibc-3335502bec2220c7d1e89929d489c1a91a1d862b.tar glibc-3335502bec2220c7d1e89929d489c1a91a1d862b.tar.gz glibc-3335502bec2220c7d1e89929d489c1a91a1d862b.tar.bz2 glibc-3335502bec2220c7d1e89929d489c1a91a1d862b.zip |
Update.
2002-12-08 Ulrich Drepper <drepper@redhat.com>
* include/unistd.h: Declare __libc_close.
Diffstat (limited to 'include/unistd.h')
-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 21d248e1af..ab6fd671de 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -117,6 +117,7 @@ extern int __getdtablesize (void); extern int __brk (void *__addr); extern int __close (int __fd); libc_hidden_proto (__close) +extern int __libc_close (int __fd); extern ssize_t __read (int __fd, void *__buf, size_t __nbytes); libc_hidden_proto (__read) extern ssize_t __write (int __fd, __const void *__buf, size_t __n); |