From 1acc0b55133983c3d6dd57f1eba77af491ecc350 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Jun 2000 06:35:03 +0000 Subject: Update. 2000-06-08 Ulrich Drepper * sysdeps/unix/sysv/linux/shm_open.c (defaultdir): Change to /dev/shm/. --- sysdeps/unix/sysv/linux/shm_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/shm_open.c') diff --git a/sysdeps/unix/sysv/linux/shm_open.c b/sysdeps/unix/sysv/linux/shm_open.c index 774775b6e0..8aa080c501 100644 --- a/sysdeps/unix/sysv/linux/shm_open.c +++ b/sysdeps/unix/sysv/linux/shm_open.c @@ -38,7 +38,7 @@ static struct } mountpoint; /* This is the default directory. */ -const char defaultdir[] = "/var/shm/"; +const char defaultdir[] = "/dev/shm/"; /* Protect the `mountpoint' variable above. */ __libc_once_define (static, once); -- cgit 1.4.1