bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lock.h missing stub for gl_lock_destroy in single-threaded case


From: Bruce Merry
Subject: lock.h missing stub for gl_lock_destroy in single-threaded case
Date: Thu, 17 Apr 2008 20:34:53 +0100
User-agent: Mutt/1.5.16 (2007-06-09)

Hi

In lib/lock.h, there is stub code to allow compilation event when no
threading is supported, but it is missing the various destroy functions.

Patch is attached following the existing conventions. I think, though,
that at least some of the stubs ought to expand to "((void) 0)" rather
than nothing.

Bruce
-- 
Dr Bruce Merry
bmerry <@> gmail <.> com
http://www.brucemerry.org.za/
http://blog.brucemerry.org.za/

43rd law of computing: Anything that can go wr
Segmentation fault - core dumped

Attachment: 0001-Add-missing-destroy-functions.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]