- pthread-cond-timedwait-i486.patch:

Extend i486 pthread_cond_timedwait to use futex syscall with absolute
- nscd-short-write.patch:
  Properly check for short writes when sending the response in nscd

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=247
This commit is contained in:
Andreas Schwab 2012-12-10 14:20:57 +00:00 committed by Git OBS Bridge
parent 0dad0ee03b
commit c8c0e4d409

View File

@ -1,9 +1,11 @@
-------------------------------------------------------------------
Mon Dec 10 13:08:01 UTC 2012 - schwab@suse.de
- Extend i486 pthread_cond_timedwait to use futex syscall with absolute
- pthread-cond-timedwait-i486.patch:
Extend i486 pthread_cond_timedwait to use futex syscall with absolute
timeout
- Properly check for short writes when sending the response in nscd
- nscd-short-write.patch:
Properly check for short writes when sending the response in nscd
-------------------------------------------------------------------
Sat Dec 8 18:55:53 UTC 2012 - aj@suse.de