comparison packages/net/tcpip/current/tests/ping_test.c @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents 02ea4320376c
children
comparison
equal deleted inserted replaced
114:5ad2b71d525e 115:6ed91473a1cd
84 #ifndef TNR_PRINT_ACTIVITY 84 #ifndef TNR_PRINT_ACTIVITY
85 # define TNR_PRINT_ACTIVITY() 85 # define TNR_PRINT_ACTIVITY()
86 #endif 86 #endif
87 87
88 88
89
90 #ifndef CYGPKG_LIBC_STDIO
91 #define perror(s) diag_printf(#s ": %s\n", strerror(errno))
92 #endif
89 93
90 #define STACK_SIZE (CYGNUM_HAL_STACK_SIZE_TYPICAL + 0x1000) 94 #define STACK_SIZE (CYGNUM_HAL_STACK_SIZE_TYPICAL + 0x1000)
91 static char stack[STACK_SIZE]; 95 static char stack[STACK_SIZE];
92 static cyg_thread thread_data; 96 static cyg_thread thread_data;
93 static cyg_handle_t thread_handle; 97 static cyg_handle_t thread_handle;