8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a638f66 commit 4b9fb26Copy full SHA for 4b9fb26
src/include/port/hpux.h
@@ -1,5 +1,6 @@
1
#define JMP_BUF
2
#define USE_POSIX_TIME
3
+#define USE_POSIX_SIGNALS
4
#define HAS_TEST_AND_SET
5
typedef struct
6
{
src/makefiles/Makefile.hpux
@@ -1,7 +1,7 @@
HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/')
# HP-UX 10 has a select() in libcurses, so we need to get the libc version first
ifeq ($(HPUX_MAJOR), 10)
- LDFLAGS:= -lc $(LDFLAGS)
+ LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
endif
7
# Does anyone use this stuff?
0 commit comments