1
0
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:
Roland McGrath
2003-03-01 22:40:30 +00:00
parent 7ed33cba81
commit d114938564
5 changed files with 13 additions and 5 deletions

View File

@ -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. */