diff options
author | Andreas Schwab <schwab@suse.de> | 2014-12-11 12:45:57 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2014-12-11 12:45:57 +0100 |
commit | e2dd138e21c8924ff1509cb4b0b5a31d9a096e06 (patch) | |
tree | 31d2af4ab44fe9f8d60ee2fd67bdecdc674e1099 /nptl | |
parent | b0a3c1640ab2fb7d16d9b9a8d9c0e524e9cb0001 (diff) | |
download | glibc-e2dd138e21c8924ff1509cb4b0b5a31d9a096e06.tar glibc-e2dd138e21c8924ff1509cb4b0b5a31d9a096e06.tar.gz glibc-e2dd138e21c8924ff1509cb4b0b5a31d9a096e06.tar.bz2 glibc-e2dd138e21c8924ff1509cb4b0b5a31d9a096e06.zip |
Remove obsolete comment
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/pthread_mutex_trylock.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c index 3cdf9f175c..76ffea3161 100644 --- a/nptl/pthread_mutex_trylock.c +++ b/nptl/pthread_mutex_trylock.c @@ -30,9 +30,6 @@ #define FORCE_ELISION(m, s) #endif -/* We don't force elision in trylock, because this can lead to inconsistent - lock state if the lock was actually busy. */ - int __pthread_mutex_trylock (mutex) pthread_mutex_t *mutex; |