]> git.proxmox.com Git - wasi-libc.git/commit
Avoid using user identifiers in function declarations. (#124)
authorDan Gohman <sunfish@mozilla.com>
Mon, 28 Oct 2019 18:08:12 +0000 (11:08 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2019 18:08:12 +0000 (11:08 -0700)
commitec3ee5e98541a89b9db016005fa0e9f0287fd755
tree54e2c9d671387a6663dfb434765c059f00257b89
parent8048aeb500e0ba4a8f2e7e15b1929381351edc2a
Avoid using user identifiers in function declarations. (#124)

MultiSource/Benchmarks/McCat in llvm-test-suite has a macro named
`n`, so rename function parameters to avoid colliding.
basics/include/__functions_malloc.h
basics/include/__functions_memcpy.h