1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Add Win32 shmem/sema prototypes.

This commit is contained in:
Bruce Momjian
2003-04-24 21:23:01 +00:00
parent f690920a75
commit 20ead395c7
4 changed files with 59 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* sem.c
* sema.c
* Microsoft Windows Win32 Semaphores Emulation
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
@@ -10,6 +10,7 @@
#include "postgres.h"
#include "storage/shmem.h"
#include "sema.h"
#include <errno.h>

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* shm.c
* shmem.c
* Microsoft Windows Win32 Shared Memory Emulation
*
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
@@ -9,7 +9,6 @@
*/
#include "postgres.h"
#include "windows.h"
#include <stdio.h>
#include <errno.h>