|
1 | 1 | /*-------------------------------------------------------------------------
|
2 | 2 | *
|
3 |
| - *threads.c |
| 3 | + *thread.c |
4 | 4 | *
|
5 | 5 | * Prototypes and macros around system calls, used to help make
|
6 | 6 | * threaded libraries reentrant and safe to use from threaded applications.
|
7 | 7 | *
|
8 | 8 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
9 | 9 | *
|
10 |
| - * $Id: thread.c,v 1.1 2003/08/0802:46:40 momjian Exp $ |
| 10 | + * $Id: thread.c,v 1.2 2003/08/0803:09:56 momjian Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
|