diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 06:35:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 06:35:03 +0000 |
commit | 1acc0b55133983c3d6dd57f1eba77af491ecc350 (patch) | |
tree | 67e76547ed55eabbbabbe255f435add98a30e53c /sysdeps/unix/sysv | |
parent | 7987cf3a1db1039d6aa777823cd6f4472c5f6341 (diff) | |
download | glibc-1acc0b55133983c3d6dd57f1eba77af491ecc350.tar glibc-1acc0b55133983c3d6dd57f1eba77af491ecc350.tar.gz glibc-1acc0b55133983c3d6dd57f1eba77af491ecc350.tar.bz2 glibc-1acc0b55133983c3d6dd57f1eba77af491ecc350.zip |
Update.
2000-06-08 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/shm_open.c (defaultdir): Change to /dev/shm/.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/shm_open.c | 2 |
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 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); |