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

	* pthread_mutex_destroy.c (__pthread_mutex_destroy): For
	error-checking mutex detect busy mutexes.
This commit is contained in:
Ulrich Drepper
2003-06-18 18:10:57 +00:00
parent fae49c6287
commit f6c93bd9c8
3 changed files with 13 additions and 2 deletions

View File

@@ -344,7 +344,7 @@ read_alias_file (fname, fname_len)
/* Make sure the inner loop will be left. The outer loop
will exit at the `feof' test. */
break;
while (strchr (buf, '\n') == NULL)
while (strchr (buf, '\n') == NULL);
}
/* Should we test for ferror()? I think we have to silently ignore