mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 05:48:18 +00:00
Merge pull request #285 from AtariDreams/bug
Remove comment about algorithm being from bit-twiddling hacks
This commit is contained in:
commit
fa69ee5e1b
@ -40,7 +40,6 @@ sudo_pow2_roundup_v1(unsigned int len)
|
|||||||
/*
|
/*
|
||||||
* Round a size_t length to the next highest power of two.
|
* Round a size_t length to the next highest power of two.
|
||||||
* Always returns at least 64.
|
* Always returns at least 64.
|
||||||
* Algorithm from bit twiddling hacks.
|
|
||||||
*/
|
*/
|
||||||
size_t
|
size_t
|
||||||
sudo_pow2_roundup_v2(size_t len)
|
sudo_pow2_roundup_v2(size_t len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user