about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/ifreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/ifreq.c')
-rw-r--r--sysdeps/mach/hurd/ifreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/ifreq.c b/sysdeps/mach/hurd/ifreq.c
index 10877824b2..70a906a83a 100644
--- a/sysdeps/mach/hurd/ifreq.c
+++ b/sysdeps/mach/hurd/ifreq.c
@@ -53,7 +53,7 @@ __ifreq (struct ifreq **ifreqs, int *num_ifs, int sockfd)
 
       if (len % sizeof (struct ifreq) != 0)
 	{
-	  munmap (data, len);
+	  __munmap (data, len);
 	  errno = EGRATUITOUS;
 	  goto out;
 	}