Skip to content

Commit d670bf3

Browse files
committed
Add shared memory and semaphore routines for Win32.
1 parent 3126c78 commit d670bf3

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

src/backend/port/beos/Makefile

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# $Header: /cvsroot/pgsql/src/backend/port/beos/Attic/Makefile,v 1.2 2000/10/09 16:42:54 petere Exp $
1+
#-------------------------------------------------------------------------
2+
#
3+
# Makefile--
4+
# Makefile for port/beos
5+
#
6+
# IDENTIFICATION
7+
# $Header: /cvsroot/pgsql/src/backend/port/beos/Attic/Makefile,v 1.3 2003/04/24 17:16:13 momjian Exp $
8+
#
9+
#-------------------------------------------------------------------------
210

311
subdir = src/backend/port/beos
412
top_builddir = ../../../..
@@ -9,7 +17,7 @@ OBJS = sem.o shm.o support.o
917
all: SUBSYS.o
1018

1119
SUBSYS.o: $(OBJS)
12-
$(LD) $(LDREL) $(LDOUT) $@ $^
20+
$(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)
1321

1422
depend dep:
1523
$(CC) -MM $(CFLAGS) $(CPPFLAGS) *.c >depend

src/backend/port/nextstep/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#-------------------------------------------------------------------------
22
#
3-
# Makefile for NeXTStep 3.3 specific stuff
3+
# Makefile--
4+
# Makefile for port/nextstep
45
#
5-
# $Header: /cvsroot/pgsql/src/backend/port/nextstep/Makefile,v 1.6 2000/08/31 16:10:16 petere Exp $
6+
# IDENTIFICATION
7+
# $Header: /cvsroot/pgsql/src/backend/port/nextstep/Makefile,v 1.7 2003/04/24 17:16:13 momjian Exp $
68
#
79
#-------------------------------------------------------------------------
810

src/backend/port/qnx4/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#-------------------------------------------------------------------------
22
#
33
# Makefile--
4-
# Makefile for port/sparc
4+
# Makefile for port/qnx4
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/Makefile,v 1.3 2000/08/31 16:10:19 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/Makefile,v 1.4 2003/04/24 17:16:13 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

src/backend/port/sunos4/Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# $Header: /cvsroot/pgsql/src/backend/port/sunos4/Attic/Makefile,v 1.6 2000/08/31 16:10:20 petere Exp $
1+
#-------------------------------------------------------------------------
2+
#
3+
# Makefile--
4+
# Makefile for port/sunos4
5+
#
6+
# IDENTIFICATION
7+
# $Header: /cvsroot/pgsql/src/backend/port/sunos4/Attic/Makefile,v 1.7 2003/04/24 17:16:13 momjian Exp $
8+
#
9+
#-------------------------------------------------------------------------
210

311
subdir = src/backend/port/sunos4
412
top_builddir = ../../../..

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy