diff options
author | mtm <mtm@FreeBSD.org> | 2004-03-29 05:45:01 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2004-03-29 05:45:01 +0000 |
commit | e5540ff230f379d3d15cf7dc551b53dd5442efb5 (patch) | |
tree | ec90ed138c009883ef33155bc275d6b1ab0b0fe9 /lib/libthr/thread/thr_private.h | |
parent | e706cf764f4fe3dbd460e17b11a7f243d22590ed (diff) | |
download | FreeBSD-src-e5540ff230f379d3d15cf7dc551b53dd5442efb5.zip FreeBSD-src-e5540ff230f379d3d15cf7dc551b53dd5442efb5.tar.gz |
o Remove more references to SIGTHR
o Remove clock resolution information left over from libc_r
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
-rw-r--r-- | lib/libthr/thread/thr_private.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 901c26f..22ea185 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -712,13 +712,6 @@ SCLASS struct pthread_cond_attr pthread_condattr_default ; #endif -SCLASS int _clock_res_usec /* Clock resolution in usec. */ -#ifdef GLOBAL_PTHREAD_PRIVATE -= CLOCK_RES_USEC; -#else -; -#endif - /* * Array of signal actions for this process. */ |