mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
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:
@ -1,3 +1,7 @@
|
|||||||
|
2000-06-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/shm_open.c (defaultdir): Change to /dev/shm/.
|
||||||
|
|
||||||
2000-06-08 Greg McGary <greg@mcgary.org>
|
2000-06-08 Greg McGary <greg@mcgary.org>
|
||||||
|
|
||||||
* sysdeps/i386/bp-asm.h: New file.
|
* sysdeps/i386/bp-asm.h: New file.
|
||||||
|
@ -38,7 +38,7 @@ static struct
|
|||||||
} mountpoint;
|
} mountpoint;
|
||||||
|
|
||||||
/* This is the default directory. */
|
/* This is the default directory. */
|
||||||
const char defaultdir[] = "/var/shm/";
|
const char defaultdir[] = "/dev/shm/";
|
||||||
|
|
||||||
/* Protect the `mountpoint' variable above. */
|
/* Protect the `mountpoint' variable above. */
|
||||||
__libc_once_define (static, once);
|
__libc_once_define (static, once);
|
||||||
|
Reference in New Issue
Block a user