freebsd-nq/share/man/man3
Ed Schouten 069a43171f Reimplement <tgmath.h> on top of __generic().
The macro construction used now, is almost identical to the code
provided in C11 proposal N1404. This new version doesn't seem to
introduce any regressions according to the regression test in tools/,
but still seems to malfunction with Clang on certain aspects.

The new code does work successfully with GCC 4.2, 4.6 and 4.7. With 4.7,
it also works when __generic() is implemented on top of _Generic().

Discussed with:	stefanf
2012-01-05 10:46:22 +00:00
..
assert.3
ATOMIC_VAR_INIT.3 Document restriction on 32-bits and 64-bits datatypes. 2011-12-27 22:14:35 +00:00
bitstring.3
end.3
fpgetround.3 Explain some of the reasons that fpsetprec() is unlikely to work as 2010-12-03 07:01:07 +00:00
intro.3
makedev.3 Small typo in the makedev(3) manpage. 2008-09-28 20:26:16 +00:00
Makefile Add missing \. 2011-12-27 13:01:10 +00:00
pthread_affinity_np.3 Correct cross reference. 2010-03-23 18:00:50 +00:00
pthread_atfork.3
pthread_attr_affinity_np.3 Follow the change made in libthr, add ERANGE error code and more 2010-10-28 02:59:25 +00:00
pthread_attr_get_np.3
pthread_attr_setcreatesuspend_np.3
pthread_attr.3 Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). 2010-01-09 12:31:11 +00:00
pthread_barrier_destroy.3
pthread_barrierattr.3
pthread_cancel.3
pthread_cleanup_pop.3
pthread_cleanup_push.3
pthread_cond_broadcast.3
pthread_cond_destroy.3
pthread_cond_init.3
pthread_cond_signal.3
pthread_cond_timedwait.3 Document clock and pshared condvar attributes. 2010-05-09 14:21:34 +00:00
pthread_cond_wait.3
pthread_condattr.3 Document clock and pshared condvar attributes. 2010-05-09 14:21:34 +00:00
pthread_create.3
pthread_detach.3
pthread_equal.3
pthread_exit.3
pthread_getconcurrency.3
pthread_getspecific.3
pthread_getthreadid_np.3 Fix the previous commit of pthread_getthreadid_np(3). 2011-02-07 21:31:21 +00:00
pthread_join.3 - The ETIMEDOUT error applies to pthread_timedjoin_np(), not pthread_join(). 2010-06-29 14:32:01 +00:00
pthread_key_create.3
pthread_key_delete.3
pthread_kill.3
pthread_main_np.3
pthread_multi_np.3
pthread_mutex_destroy.3
pthread_mutex_init.3
pthread_mutex_lock.3
pthread_mutex_timedlock.3
pthread_mutex_trylock.3
pthread_mutex_unlock.3
pthread_mutexattr_getkind_np.3
pthread_mutexattr.3
pthread_once.3
pthread_resume_all_np.3
pthread_resume_np.3
pthread_rwlock_destroy.3
pthread_rwlock_init.3
pthread_rwlock_rdlock.3
pthread_rwlock_timedrdlock.3
pthread_rwlock_timedwrlock.3 - Fix typo 2011-02-24 10:21:26 +00:00
pthread_rwlock_unlock.3
pthread_rwlock_wrlock.3
pthread_rwlockattr_destroy.3
pthread_rwlockattr_getpshared.3
pthread_rwlockattr_init.3
pthread_rwlockattr_setpshared.3
pthread_schedparam.3
pthread_self.3 Introduce a non-portable function pthread_getthreadid_np(3) to retrieve 2011-02-07 21:26:46 +00:00
pthread_set_name_np.3 Remove note that claims pthread_set_name_np is for debugging only. 2011-07-15 01:50:40 +00:00
pthread_setspecific.3
pthread_sigmask.3 Add restrict keyword to pthread_sigmask prototype and manpage. 2011-02-20 09:52:29 +00:00
pthread_spin_init.3
pthread_spin_lock.3
pthread_suspend_all_np.3
pthread_suspend_np.3
pthread_switch_add_np.3
pthread_testcancel.3
pthread_yield.3
pthread.3 Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). 2010-01-09 12:31:11 +00:00
queue.3 Fix a little typo and get rid of a cryptic description by aligning the 2011-09-02 18:13:46 +00:00
siginfo.3 kill() does queue signal now. 2010-09-11 08:15:18 +00:00
stdarg.3
sysexits.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
tgmath.3 Reimplement <tgmath.h> on top of __generic(). 2012-01-05 10:46:22 +00:00
timeradd.3
tree.3 Cross reference tree(3) and queue(3). 2010-07-18 08:34:44 +00:00