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

Commit4b9fb26

Browse files
committed
HPUX patches from Vladimir Turin.
1 parenta638f66 commit4b9fb26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/include/port/hpux.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#defineJMP_BUF
22
#defineUSE_POSIX_TIME
3+
#defineUSE_POSIX_SIGNALS
34
#defineHAS_TEST_AND_SET
45
typedefstruct
56
{

‎src/makefiles/Makefile.hpux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/')
22
# HP-UX 10 has a select() in libcurses, so we need to get the libc version first
33
ifeq ($(HPUX_MAJOR), 10)
4-
LDFLAGS:= -lc $(LDFLAGS)
4+
LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
55
endif
66

77
# Does anyone use this stuff?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp