summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_makelwp_netbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/pthread_makelwp_netbsd.c')
0 files changed, 0 insertions, 0 deletions
title='2003-08-07 16:42:00 +0000'>2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-01-18Merge the nathanw_sa branch.thorpej 2001-01-25apparently ansi c only required fread(3) to return 0 if size or nmembs == 0.lukem 1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem 1999-09-17revert previous; if we examine SUS more closely we find that unless explictly...lukem 1999-09-16return (0) if size or count == 0 before check for _DIAGASSERT(buf != NULL).lukem 1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem 1998-02-03remove obsolete register declarationsperry 1998-01-19Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdiojtc 1997-07-13Fix RCSID'schristos