X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fos.h;fp=bertos%2Fcfg%2Fos.h;h=92f20d914d06a21bd6a831b6cd4c919d3d810aeb;hb=e62ca0b357f09804d7d894949df44224c9d74bb7;hp=7fe971294d17c3c4e35f830b1a7d668448ba9f3e;hpb=1200cce6f786accd1e56bfe1982b3c58d297aee7;p=bertos.git diff --git a/bertos/cfg/os.h b/bertos/cfg/os.h index 7fe97129..92f20d91 100644 --- a/bertos/cfg/os.h +++ b/bertos/cfg/os.h @@ -47,7 +47,7 @@ #define OS_ID win32 // FIXME: Maybe disable Win32 exceptions? - typedef int cpuflags_t; + typedef int cpu_flags_t; #define IRQ_DISABLE FIXME #define IRQ_ENABLE FIXME #define IRQ_SAVE_DISABLE(old_sigs) FIXME @@ -66,7 +66,7 @@ * The POSIX moral equivalent of disabling IRQs is disabling signals. */ #include - typedef sigset_t cpuflags_t; + typedef sigset_t cpu_flags_t; #define SET_ALL_SIGNALS(sigs) \ do { \