Re: [PATCH hurd 01/28] libshouldbeinlibc: move the reference counting primitives here

2014-12-02 Thread David Michael
On Mon, Dec 1, 2014 at 10:00 AM, Justus Winter 4win...@informatik.uni-hamburg.de wrote: * libshouldbeinlibc/refcount.h: Move here, and declare all functions `extern inline'. * libshouldbeinlibc/refcount.c: And define the functions here. * libshouldbeinlibc/Makefile: Add `refcount.{c,h}'.

Re: [PATCH hurd 01/28] libshouldbeinlibc: move the reference counting primitives here

2014-12-02 Thread Justus Winter
Quoting David Michael (2014-12-02 12:40:26) On Mon, Dec 1, 2014 at 10:00 AM, Justus Winter 4win...@informatik.uni-hamburg.de wrote: * libshouldbeinlibc/refcount.h: Move here, and declare all functions `extern inline'. * libshouldbeinlibc/refcount.c: And define the functions here. *