> On 7 May 2014 10:05, erik quanstrom <quans...@quanstro.net> wrote: > > > the comment is wrong. it's "int ainc(int*)" > > > h% grep ainc /sys/include/libc.h > long ainc(long*); > > h% grep ainc /n/sources/plan9/sys/include/libc.h > long ainc(long*);
shouldn't that be aincl? these definitions were added to libc.h very late in the game (2013), and iirc, the only place ainc was actually used was the 64-bit kernel, and its definition was int ainc(int*). - erik