-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Interix-specific system call bits.
- Loading branch information
tv
committed
Mar 10, 2005
1 parent
24839ff
commit 01f69d2
Showing
4 changed files
with
43 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
$NetBSD: distinfo,v 1.6 2005/02/24 13:14:41 agc Exp $ | ||
$NetBSD: distinfo,v 1.7 2005/03/10 15:18:31 tv Exp $ | ||
|
||
SHA1 (es-0.9-alpha1.tar.gz) = 5027c9dade742c437b8e471a356d15883ebc4732 | ||
RMD160 (es-0.9-alpha1.tar.gz) = ca2307202ab6e65c49188e3228d1af6426a23952 | ||
Size (es-0.9-alpha1.tar.gz) = 125913 bytes | ||
SHA1 (patch-aa) = 54f061989aa9317cdc32470302978129d8186b13 | ||
SHA1 (patch-ab) = bd58fbbf71d5c9dc76bdc380cb7b93ad3f5f1c72 | ||
SHA1 (patch-ac) = 52091c57f8f5bdcbf62069ae19200a7fc4bb88c0 | ||
SHA1 (patch-ad) = 6b292f5decf0dbd247450ffece21166e7da214d5 | ||
SHA1 (patch-ae) = f3b28abd1520c2d98e2424f45fc780ae09cc00ea | ||
SHA1 (patch-ad) = ef0552148d9d0fdabb1dec72b3084eaaa33513c8 | ||
SHA1 (patch-ae) = 3625310b30bbf64f24d6efbcd1864b7e8a92ff59 | ||
SHA1 (patch-af) = e637be09b74092fb2fc5c34a7c09b824da4eea26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
$NetBSD: patch-af,v 1.1 2005/03/10 15:18:31 tv Exp $ | ||
|
||
--- config.h.orig 1995-05-30 07:13:53.000000000 -0400 | ||
+++ config.h | ||
@@ -378,6 +378,15 @@ | ||
#endif | ||
#endif | ||
|
||
+#ifdef __INTERIX | ||
+#ifndef USE_WAIT3 | ||
+#define USE_WAIT3 0 | ||
+#endif | ||
+#ifndef USE_SIGACTION | ||
+#define USE_SIGACTION 1 | ||
+#endif | ||
+#endif | ||
+ | ||
|
||
/* | ||
* default defaults -- don't change this section |