mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* configure.in: In "running configure fragment for" message,
omit $srcdir from the name if we prepended it. * configure: Regenerated.
This commit is contained in:
@ -126,8 +126,8 @@ sem_t *
|
||||
sem_open (const char *name, int oflag, ...)
|
||||
{
|
||||
char *finalname;
|
||||
size_t namelen = SEM_FAILED;
|
||||
sem_t *result;
|
||||
size_t namelen;
|
||||
sem_t *result = SEM_FAILED;
|
||||
int fd;
|
||||
|
||||
/* Determine where the shmfs is mounted. */
|
||||
|
Reference in New Issue
Block a user