diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2014-02-03 17:17:59 -0200 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2014-02-03 17:17:59 -0200 |
commit | 909e12ad3462291a4ef47d7b9ce5ae1fd9f194cb (patch) | |
tree | a218b73e57de580529a0497bf4b49de5b1b73d98 /ChangeLog | |
parent | fd3daba426156bee48cb43b8d39804608145c762 (diff) | |
download | glibc-909e12ad3462291a4ef47d7b9ce5ae1fd9f194cb.zip glibc-909e12ad3462291a4ef47d7b9ce5ae1fd9f194cb.tar.gz glibc-909e12ad3462291a4ef47d7b9ce5ae1fd9f194cb.tar.bz2 |
* manual/threads.texi (pthread_key_create, pthread_key_delete,
pthread_getspecific, pthread_setspecific): Format with
@deftypefun, and add @safety note.
* manual/signal.texi: Move comments that analyze the above
functions to their home place.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-02-03 Alexandre Oliva <aoliva@redhat.com> + + * manual/threads.texi (pthread_key_create, pthread_key_delete, + pthread_getspecific, pthread_setspecific): Format with + @deftypefun, and add @safety note. + * manual/signal.texi: Move comments that analyze the above + functions to their home place. + 2014-02-03 Allan McRae <allan@archlinux.org> * po/sl.po: Update Slovenian translation from translation project. |