mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
2002-12-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
This commit is contained in:
@ -33,7 +33,7 @@ sem_unlink (name)
|
||||
size_t namelen;
|
||||
|
||||
/* Determine where the shmfs is mounted. */
|
||||
pthread_once (&__namedsem_once, __where_is_shmfs);
|
||||
INTDEF(__pthread_once) (&__namedsem_once, __where_is_shmfs);
|
||||
|
||||
/* If we don't know the mount points there is nothing we can do. Ever. */
|
||||
if (mountpoint.dir == NULL)
|
||||
|
Reference in New Issue
Block a user