mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
fd3e9f2b97
The "define uint64_t unsigned long long" were too good to work. With a different toolchain I am getting: cstdint:69:11: error: expected unqualified-id using ::uint64_t; ^ executor/common.h:34:18: note: expanded from macro 'uint64_t' Do it the proper way: introduce uint64/32/16/8 types and use them. pkg/csource then does s/uint64/uint64_t/ to not clutter code with additional typedefs. |
||
---|---|---|
.. | ||
akaros_common.go | ||
build.go | ||
common.go | ||
csource_test.go | ||
csource.go | ||
freebsd_common.go | ||
gen.go | ||
linux_common.go | ||
netbsd_common.go | ||
options_test.go | ||
options.go |