#719 closed defect (fixed)
psList.c still includes pthread.h
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | 0.10.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It's not needed anymore so the include should be removed.
Index: src/types/psList.c
===================================================================
RCS file: /cvsroot/pan-starrs/datasys/IPP/psLib/src/types/psList.c,v
retrieving revision 1.47
diff -u -r1.47 psList.c
--- src/types/psList.c 14 Feb 2006 00:09:27 -0000 1.47
+++ src/types/psList.c 27 Feb 2006 21:39:38 -0000
@@ -13,7 +13,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include <pthread.h> we need a mutex to make this
stuff thread safe.
#include "psError.h"
#include "psAbort.h"
Change History (5)
comment:1 by , 20 years ago
| Summary: | psList.h still includes pthread.h → psList.c still includes pthread.h |
|---|
comment:2 by , 20 years ago
| Owner: | changed from to |
|---|
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Removed from .c & .h files.