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

Commitc19b247

Browse files
committed
Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure
1 parentf12c5f8 commitc19b247

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎src/backend/bootstrap/bootstrap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.14 1997/01/14 08:04:42 bryanh Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootstrap.c,v 1.15 1997/01/24 22:42:30 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -191,7 +191,7 @@ static char *values[MAXATTR]; /* cooresponding attribute values */
191191
intnumattr;/* number of attributes for cur. rel */
192192
externintfsyncOff;/* do not fsync the database */
193193

194-
#ifdefNEED_SIG_JMP
194+
#ifndefHAVE_SIGSETJMP
195195
staticjmp_bufWarn_restart;
196196
#definesigsetjmp(x,y) setjmp(x)
197197
#definesiglongjmp longjmp

‎src/include/config.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#defineHAVE_VALUES_H
1212
#defineHAVE_MEMMOVE
1313
#defineHAVE_TERMIOS_H
14+
#defineHAVE_SIGSETJMP
1415

1516
#if defined(aix)
1617
# undef HAVE_TERMIOS_H
@@ -143,7 +144,7 @@
143144
# defineNO_SIGACTION
144145
# defineNO_SETSID
145146
# defineNO_SIGPROCMASK
146-
#defineNEED_SIG_JMP
147+
#undef HAVE_SIGSETJMP
147148
# endif
148149

149150
# defineHAVE_LIMITS_H
@@ -189,7 +190,7 @@ typedef unsigned char slock_t;
189190

190191
#if defined(win32)
191192
# defineJMP_BUF
192-
#defineNEED_SIG_JMP
193+
#undef HAVE_SIGSETJMP
193194
# defineNO_UNISTD_H
194195
# defineUSES_WINSOCK
195196
# define NOFILE100

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp