0f8a8b free-standing environment: internals: code maintenance.

Authored and Committed by midipix 8 years ago
    free-standing environment: internals: code maintenance.
    
        
file modified
+1 -1
src/dalist_debug.c CHANGED
@@ -119,7 +119,7 @@ static int dalist_dbg_write_nt(
119
119
size_t nbyte)
120
120
{
121
121
void * hfile;
122
- dalist_iosb iosb;
122
+ struct dalist_iosb iosb;
123
123
dalist_write_file * pfn_write_file;
124
124
125
125
hfile = (void *)fildes_or_hfile;
file modified
+2 -2
src/dalist_impl.h CHANGED
@@ -27,13 +27,13 @@ typedef dalist_memfn_nt_allocvm memfn_allocvm;
27
27
#define dalist_errno(x) errno
28
28
#endif
29
29
30
- typedef struct _dalist_io_status_block {
30
+ struct dalist_iosb {
31
31
union {
32
32
int32_t status;
33
33
void * pointer;
34
34
};
35
35
intptr_t info;
36
- } dalist_io_status_block, dalist_iosb;
36
+ };
37
37
38
38
39
39
typedef int dalist_dbg_write(