Move the lock and tls source files into a subdirectory.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Aug 2008 08:56:24 +0000 (10:56 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Aug 2008 08:56:24 +0000 (10:56 +0200)
commitfcf43c8d327b5608a7fc5baa9729848e5147b87b
tree7db6904a22924ef712b5b509bd24b9781ca0d5c9
parent01d7a2d4e7a4442dd433090ebe7d93b510308072
Move the lock and tls source files into a subdirectory.
16 files changed:
ChangeLog
NEWS
lib/fstrcmp.c
lib/glthread/lock.c [new file with mode: 0644]
lib/glthread/lock.h [new file with mode: 0644]
lib/glthread/tls.c [new file with mode: 0644]
lib/glthread/tls.h [new file with mode: 0644]
lib/lock.c [deleted file]
lib/lock.h [deleted file]
lib/strsignal.c
lib/tls.c [deleted file]
lib/tls.h [deleted file]
modules/lock
modules/tls
tests/test-lock.c
tests/test-tls.c