[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH hurd 01/28] libshouldbeinlibc: move the reference counting pr
From: |
David Michael |
Subject: |
Re: [PATCH hurd 01/28] libshouldbeinlibc: move the reference counting primitives here |
Date: |
Tue, 2 Dec 2014 06:40:26 -0500 |
On Mon, Dec 1, 2014 at 10:00 AM, Justus Winter
<4winter@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}'.
Should this also remove refcount.h from include/Makefile's
installhdrs? I'm getting random parallel make failures depending on
if "include" or "libshouldbeinlibc" installs headers first.
David