diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 12:13:04 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-12 12:13:04 -0800 |
commit | d3c7e68655d65b5e68cfc14c89aefa8dd3f8e3e2 (patch) | |
tree | 6392a290bcaf7b844b59894d5f6edf6258cd8733 /ChangeLog | |
parent | 25fdd5d1347767f0b90aed1990cc835a75daabf9 (diff) | |
download | glibc-d3c7e68655d65b5e68cfc14c89aefa8dd3f8e3e2.zip glibc-d3c7e68655d65b5e68cfc14c89aefa8dd3f8e3e2.tar.gz glibc-d3c7e68655d65b5e68cfc14c89aefa8dd3f8e3e2.tar.bz2 |
Fix up pthread.h for XPG7.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2010-01-12 Ulrich Drepper <drepper@redhat.com> + * conform/data/time.h-data: Allow sigevent tag. + * posix/sched.h: Define time_t and pid_t for XPG7. 2010-01-12 H.J. Lu <hongjiu.lu@intel.com> |