source: vendor/FreeBSD-libc/current/gdtoa/glue/glue.c

Last change on this file was 1865, checked in by bird, 21 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 283 bytes
Line 
1/*
2 * Machine-independent glue to integrate David Gay's gdtoa
3 * package into libc.
4 *
5 * $FreeBSD: src/lib/libc/gdtoa/glue.c,v 1.2 2003/06/21 08:20:14 das Exp $
6 */
7
8#include <pthread.h>
9
10pthread_mutex_t __gdtoa_locks[] = {
11 PTHREAD_MUTEX_INITIALIZER,
12 PTHREAD_MUTEX_INITIALIZER
13};
Note: See TracBrowser for help on using the repository browser.