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. *

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

2014-12-01 Thread Justus Winter
Declare all functions `extern inline' instead of `static inline'. This allows us to use them in functions declared as `extern inline'. * libshouldbeinlibc/refcount.h: Move here, and declare all functions `extern inline'. * libshouldbeinlibc/refcount.c: And define the functions here. *

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

2014-12-01 Thread Samuel Thibault
Justus Winter, le Mon 01 Dec 2014 16:00:25 +0100, a écrit : Declare all functions `extern inline' instead of `static inline'. This allows us to use them in functions declared as `extern inline'. * libshouldbeinlibc/refcount.h: Move here, and declare all functions `extern inline'. *