summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/shm_open.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-17 18:12:07 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-17 18:12:07 +0000
commitb6e20712403daa9800411f404b9201f82faaa6b2 (patch)
treedf362b98b24863afda99ce164a6fe3090fd783db /sysdeps/unix/sysv/linux/shm_open.c
parent5c80f57cfcbe5b3aee94cffde108a22d3e38f7e4 (diff)
Update.
* sysdeps/generic/k_sinl.c (__kernel_sinl): Fix functions parameter. * sysdeps/unix/sysv/linux/shm_open.c (freeit): Make static and add unused attribute to shut up gcc warnings. * sysdeps/generic/k_sinl.c: Include math_private for prototypes. * sysdeps/generic/k_tanl.c: Likewise. * sysdeps/generic/k_cosl.c: Likewise. * sysdeps/generic/e_j0l.c: Likewise. * sysdeps/generic/e_j1l.c: Likewise. * sysdeps/generic/e_jnl.c: Likewise. * sysdeps/generic/e_lgammal_r.c: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/shm_open.c')
-rw-r--r--sysdeps/unix/sysv/linux/shm_open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/shm_open.c b/sysdeps/unix/sysv/linux/shm_open.c
index 8186052a14..3808380851 100644
--- a/sysdeps/unix/sysv/linux/shm_open.c
+++ b/sysdeps/unix/sysv/linux/shm_open.c
@@ -223,7 +223,7 @@ shm_unlink (const char *name)
}
-void
+static void __attribute__ ((unused))
freeit (void)
{
if (mountpoint.dir != defaultdir)