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
|
|