[
    // ===========================================
    // libc - internal
    // ===========================================
    {
        "file": "pthread_impl.h",
        "structs": {
            "pthread": [
              "profilerBlock",
              "stack",
              "stack_size",
              "waiting_async"
            ],
            "pthread_attr_t#": [
              "_a_transferredcanvases"
            ],
            "thread_profiler_block": [
                "threadStatus",
                "timeSpentInStatus",
                "name"
            ]
        },
        "defines": [
          "SIGCANCEL"
        ]
    },
    {
        "file": "threading_internal.h",
        "defines": [
            "EM_THREAD_STATUS_NUMFIELDS"
        ]
    },
    {
        "file": "dynlink.h",
        "structs": {
            "dso": [
              "flags",
              "mem_allocated",
              "mem_addr",
              "mem_size",
              "table_addr",
              "table_size",
              "file_data",
              "file_data_size",
              "name"
            ]
        }
    },
    {
        "file": "proxying_notification_state.h",
        "defines": [
            "NOTIFICATION_NONE",
            "NOTIFICATION_RECEIVED",
            "NOTIFICATION_PENDING"
        ]
    }
]
