1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
2000-06-08  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/shm_open.c (defaultdir): Change to /dev/shm/.
This commit is contained in:
Ulrich Drepper
2000-06-09 06:35:03 +00:00
parent 7987cf3a1d
commit 1acc0b5513
2 changed files with 5 additions and 1 deletions

View File

@ -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);