Ticket #7008: wchar.h.patch

File wchar.h.patch, 314 bytes (added by TriEdgeAI, 11 years ago)

Adds a missing line in wchar.h

  • headers/posix/wchar.h

    diff --git a/headers/posix/wchar.h b/headers/posix/wchar.h
    index 8b4f79e..c53c9f7 100644
    a b typedef struct {  
    3333    char data[1024 + 8];    /* 1024 bytes for data, 8 for alignment space */
    3434} mbstate_t;
    3535
     36struct tm;
    3637
    3738#define WEOF        ((wint_t)(-1))
    3839