From 8ba1d42919f932a96d6db7889694d93dffd997c1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 14 Jun 2003 09:00:28 +0000 Subject: Update. * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Use __close, not close. * inet/inet6_option.c (inet6_option_alloc): Add libc_hidden_def. * include/netinet/in.h (inet6_option_alloc): Add libc_hidden_proto definition. --- sysdeps/unix/sysv/linux/check_pf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/check_pf.c b/sysdeps/unix/sysv/linux/check_pf.c index 0bc57daa51..83a337c111 100644 --- a/sysdeps/unix/sysv/linux/check_pf.c +++ b/sysdeps/unix/sysv/linux/check_pf.c @@ -115,7 +115,7 @@ make_request (int fd, pid_t pid, bool *seen_ipv4, bool *seen_ipv6) } while (! done); - close (fd); + __close (fd); return 0; } @@ -153,7 +153,7 @@ __check_pf (bool *seen_ipv4, bool *seen_ipv6) return; if (fd >= 0) - close (fd); + __close (fd); #if __ASSUME_NETLINK_SUPPORT == 0 /* Remember that there is no netlink support. */ -- cgit v1.2.3