From: Ulrich Drepper Date: Fri, 9 Jun 2000 06:35:03 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~262 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1acc0b55133983c3d6dd57f1eba77af491ecc350;p=platform%2Fupstream%2Fglibc.git Update. 2000-06-08 Ulrich Drepper * sysdeps/unix/sysv/linux/shm_open.c (defaultdir): Change to /dev/shm/. --- diff --git a/ChangeLog b/ChangeLog index e257ef4..571edf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-06-08 Ulrich Drepper + + * sysdeps/unix/sysv/linux/shm_open.c (defaultdir): Change to /dev/shm/. + 2000-06-08 Greg McGary * sysdeps/i386/bp-asm.h: New file. diff --git a/sysdeps/unix/sysv/linux/shm_open.c b/sysdeps/unix/sysv/linux/shm_open.c index 774775b..8aa080c 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);