We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b0710 commit 71b9be4Copy full SHA for 71b9be4
src/port/thread.c
@@ -1,13 +1,13 @@
1
/*-------------------------------------------------------------------------
2
*
3
- * threads.c
+ * thread.c
4
5
* Prototypes and macros around system calls, used to help make
6
* threaded libraries reentrant and safe to use from threaded applications.
7
8
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
9
10
- * $Id: thread.c,v 1.1 2003/08/08 02:46:40 momjian Exp $
+ * $Id: thread.c,v 1.2 2003/08/08 03:09:56 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
0 commit comments