diff options
| author | Dmitrij Tejblum <dt@FreeBSD.org> | 1999-06-23 15:01:22 +0000 |
|---|---|---|
| committer | Dmitrij Tejblum <dt@FreeBSD.org> | 1999-06-23 15:01:22 +0000 |
| commit | 2467b7977b8363148b0f3b8ee524f118e080bb28 (patch) | |
| tree | 40372439d91ca06730efe98ed2dd9f74ed874a8c /lib/libpthread/thread/thr_init.c | |
| parent | 450f806ba317b121106a91b7ef4efc0a3b1bc56b (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_init.c')
| -rw-r--r-- | lib/libpthread/thread/thr_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_init.c b/lib/libpthread/thread/thr_init.c index d470301b0c37..8b907d7df63b 100644 --- a/lib/libpthread/thread/thr_init.c +++ b/lib/libpthread/thread/thr_init.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $ */ /* Allocate space for global thread variables here: */ @@ -84,7 +84,7 @@ _thread_init(void) int fd; int flags; int i; - int len; + size_t len; int mib[2]; struct clockinfo clockinfo; struct sigaction act; |
