IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6505


Ignore:
Timestamp:
Mar 2, 2006, 1:04:22 PM (20 years ago)
Author:
drobbin
Message:

Removed #include <pthreads.h> from psList files.

Location:
trunk/psLib/src/types
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psList.c

    r6500 r6505  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-02-28 02:53:03 $
     8 *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-03-02 23:04:22 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1414#include <stdlib.h>
    1515#include <stdio.h>
    16 #include <pthread.h>                       // we need a mutex to make this stuff thread safe.
    17 
    1816#include "psError.h"
    1917#include "psAbort.h"
  • trunk/psLib/src/types/psList.h

    r6500 r6505  
    77 *  @ingroup LinkedList
    88 *
    9  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-02-28 02:53:03 $
     9 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-03-02 23:04:22 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1515#ifndef PS_LIST_H
    1616#define PS_LIST_H
    17 
    18 #include <pthread.h>                   // we need a mutex to make this stuff thread safe.
    1917
    2018#include "psCompare.h"
Note: See TracChangeset for help on using the changeset viewer.