Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ca6ab1

Browse files
committed
Remove headers for old sysv shmem emulation that I forgot.
Also remove headers for old sysv semaphore emulation that were forgottenwhen that was changed about a year ago.
1 parent1e2bfb5 commit1ca6ab1

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

‎src/include/port/win32.h

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.72 2007/01/26 20:06:52 tgl Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.73 2007/03/23 08:30:55 mha Exp $ */
22

33
#if defined(_MSC_VER)|| defined(__BORLANDC__)
44
#defineWIN32_ONLY_COMPILER
@@ -76,42 +76,6 @@
7676
#defineSETVAL 131072
7777
#defineGETPID 262144
7878

79-
/*
80-
*Shared memory
81-
*/
82-
structshmid_ds
83-
{
84-
intdummy;
85-
intshm_nattch;
86-
};
87-
88-
intshmdt(constvoid*shmaddr);
89-
void*shmat(intmemId,void*shmaddr,intflag);
90-
intshmctl(intshmid,intflag,structshmid_ds*dummy);
91-
intshmget(intmemKey,intsize,intflag);
92-
93-
94-
/*
95-
*Semaphores
96-
*/
97-
unionsemun
98-
{
99-
intval;
100-
structsemid_ds*buf;
101-
unsigned short*array;
102-
};
103-
104-
structsembuf
105-
{
106-
intsem_flg;
107-
intsem_op;
108-
intsem_num;
109-
};
110-
111-
intsemctl(intsemId,intsemNum,intflag,unionsemun);
112-
intsemget(intsemKey,intsemNum,intflags);
113-
intsemop(intsemId,structsembuf*sops,intflag);
114-
11579

11680
/*
11781
*Signal stuff

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp