summaryrefslogtreecommitdiff
path: root/os2/OS2/Process/Process.xs
diff options
context:
space:
mode:
Diffstat (limited to 'os2/OS2/Process/Process.xs')
-rw-r--r--os2/OS2/Process/Process.xs12
1 files changed, 1 insertions, 11 deletions
diff --git a/os2/OS2/Process/Process.xs b/os2/OS2/Process/Process.xs
index c16d15d0d0..16b494d77c 100644
--- a/os2/OS2/Process/Process.xs
+++ b/os2/OS2/Process/Process.xs
@@ -7,18 +7,8 @@
#define INCL_DOSERRORS
#include <os2.h>
-static int
-not_here(s)
-char *s;
-{
- croak("%s not implemented on this architecture", s);
- return -1;
-}
-
static unsigned long
-constant(name, arg)
-char *name;
-int arg;
+constant(char *name, int arg)
{
errno = 0;
if (name[0] == 'P' && name[1] == '_') {