1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

Fix function name.

This commit is contained in:
Bruce Momjian
2005-08-23 20:45:11 +00:00
parent bc1a3cdd01
commit eef7e30cc1
13 changed files with 229 additions and 68 deletions

View File

@@ -5,14 +5,14 @@
*
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.5 2005/04/29 13:42:21 momjian Exp $
* $PostgreSQL: pgsql/src/interfaces/libpq/pthread-win32.c,v 1.6 2005/08/23 20:45:07 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#include <windows.h>
#include "pthread.h"
#include "pthread-win32.h"
HANDLE
pthread_self()