]> git.madduck.net Git - etc/awesome.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

luatz/gettime: Check that CLOCK constants exist
authordaurnimator <quae@daurnimator.com>
Tue, 7 Mar 2017 23:49:28 +0000 (10:49 +1100)
committerdaurnimator <quae@daurnimator.com>
Tue, 7 Mar 2017 23:49:28 +0000 (10:49 +1100)
commit31acfe7a5fe499c1698ae23ada97519b4b262469
treeee4f45818d30014d3c2c5656a49926b6f48d645e
parent2e33f20df5d8e57ae837258967dba4307c4f986f
luatz/gettime: Check that CLOCK constants exist

ljsyscall can end up defining a clock_gettime function without defining clock symbols.
Closes #11
luatz/gettime.lua