aboutsummaryrefslogtreecommitdiff
path: root/include/std/defs.h
blob: 653bf73a72d6b4867298e629394b125199db6dd1 (plain)
1
2
3
4
5
6
7
#ifndef AMALGAM_STD_DEFS_H
#define AMALGAM_STD_DEFS_H

typedef struct amal_thread amal_thread;
typedef struct amal_mutex amal_mutex;

#endif