diff --git a/rfcs/20200612-stream-executor-c-api.md b/rfcs/20200612-stream-executor-c-api.md index 7a4029edd..7b50fe65b 100644 --- a/rfcs/20200612-stream-executor-c-api.md +++ b/rfcs/20200612-stream-executor-c-api.md @@ -101,7 +101,7 @@ typedef SE_Timer_st* SE_Timer; typedef TF_Status* (*TF_StatusCallbackFn)(void*); #ifndef TF_BOOL_DEFINED -#define TF_BOOL int8_t +#define TF_BOOL unsigned char #endif // TF_BOOL_DEFINED #ifndef TF_OFFSET_OF_END