1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-11 12:10:50 +03:00
2000-04-13  Ulrich Drepper  <drepper@redhat.com>

	* posix/globtest.sh: Work around inconsistency with expanding ~/
	in shell (PR libc/1690).  Reported by patsmith@pobox.com.
This commit is contained in:
Ulrich Drepper
2000-04-13 07:30:27 +00:00
parent 07d641eba6
commit 3737ff12bc
9 changed files with 99 additions and 10 deletions

View File

@@ -82,8 +82,6 @@ void internal_function __pthread_lock(pthread_spinlock_t * lock,
/* Put back any resumes we caught that don't belong to us. */
while (spurious_wakeup_count--)
restart(self);
return 0;
}
int __pthread_spin_lock(pthread_spinlock_t * lock)
{