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

2008-04-17 Thread Bruno Haible
Hello, Bruce Merry wrote: > 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. Thank you. Applied with this ChangeLog entry: 2008-04-17 Bruno H

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

2008-04-17 Thread Bruce Merry
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 nothi