mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Remove bool from public headers
This commit is contained in:
parent
dffee606cf
commit
1351d3cede
55 changed files with 105 additions and 98 deletions
|
@ -44,7 +44,7 @@ static textwindows bool IsBeingDebugged(void) {
|
|||
* Determines if gdb, strace, windbg, etc. is controlling process.
|
||||
* @return non-zero if attached, otherwise 0
|
||||
*/
|
||||
int IsDebuggerPresent(bool force) {
|
||||
bool32 IsDebuggerPresent(bool32 force) {
|
||||
/* asan runtime depends on this function */
|
||||
ssize_t got;
|
||||
int e, fd, res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue