diff options
Diffstat (limited to 'src/util/support/threads.c')
-rw-r--r-- | src/util/support/threads.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/util/support/threads.c b/src/util/support/threads.c index dddf6aae7..4370c0589 100644 --- a/src/util/support/threads.c +++ b/src/util/support/threads.c @@ -1,9 +1,8 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* util/support/threads.c - Portable thread support */ /* - * util/support/threads.c - * - * Copyright 2004,2005,2006,2007,2008 by the Massachusetts Institute of Technology. - * All Rights Reserved. + * Copyright 2004,2005,2006,2007,2008 by the Massachusetts Institute of + * Technology. All Rights Reserved. * * Export of this software from the United States of America may * require a specific license from the United States Government. @@ -23,9 +22,6 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * - * - * Preliminary thread support. */ #include <assert.h> |