Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
35a474bb
Commit
35a474bb
authored
Oct 16, 1994
by
Richard M. Stallman
Browse files
(LIBS_SYSTEM): Add -lcposix.
(sigblock, SIG_BLOCK): Define if not defined.
parent
8e533ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
src/s/isc4-0.h
src/s/isc4-0.h
+16
-1
No files found.
src/s/isc4-0.h
View file @
35a474bb
#include "isc3-0.h"
#define LIBS_SYSTEM -linet
#undef LIBS_SYSTEM
#ifdef HAVE_X_WINDOWS
#define LIBS_SYSTEM -linet -lcposix
#else
#define LIBS_SYSTEM -lcposix
#endif
#define ISC4_0
...
...
@@ -10,3 +15,13 @@
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lcposix -lc
#endif
/* Tobias Herbert <herbert@clipper.ikp.physik.th-darmstadt.de>
says this is needed. */
#ifndef sigblock
#ifndef SIG_BLOCK
#define SIG_BLOCK 0
#endif
#define sigblock(sig) (sigprocmask (SIG_BLOCK, SIGEMPTYMASK | sig, NULL))
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment