Check-in Number:
|
2627 | |
Date: |
2002-Oct-20 14:12:21 (local)
2002-Oct-20 12:12:21 (UTC) |
User: | rse |
Branch: | |
Comment: |
ops, remove extra wrapper which breaks under --disable-syscall-hard |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/pth_syscall.c 1.23 -> 1.24
--- pth_syscall.c 2002/10/20 11:45:10 1.23
+++ pth_syscall.c 2002/10/20 12:12:21 1.24
@@ -51,7 +51,6 @@
/* internal data structures */
#if cpp
-#if PTH_SYSCALL_HARD
typedef int (*pth_syscall_fct_t)();
typedef struct {
char *name; /* name of system/function call */
@@ -62,7 +61,6 @@
void *handle; /* handle of dynamic library */
} pth_syscall_lib_tab_t;
#endif
-#endif
#if PTH_SYSCALL_HARD
|
|