thorpej
121fe0bc26
Don't bother returning the "slot" number from amap_add():
* Nothing currently uses this return value. * It's arguably an abstraction violation. Fix amap_unadd()'s API to be consistent w/ amap_add()'s: rather than take a vm_amap * and a slot number, take a vm_aref * and an offset. It's now actually possible to use amap_unadd() to remove an anon from an amap.
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%