From: Lawrence S. <ljs...@us...> - 2014-11-05 17:49:04
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 86f1d85f492f7981c5ac443b368689f20be0f451 (commit) from 47829c785b649b987a4f6eadedfd9e2500a50fb3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 86f1d85f492f7981c5ac443b368689f20be0f451 Author: Lawrence Sebald <ljs...@us...> Date: Wed Nov 5 12:48:20 2014 -0500 Dern typo. ----------------------------------------------------------------------- Summary of changes: include/threads.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/threads.h b/include/threads.h index d9669c7..51105fd 100644 --- a/include/threads.h +++ b/include/threads.h @@ -171,7 +171,7 @@ extern int mtx_timedlock(mtx_t *restrict mtx, \note This function is safe to call in an interrupt. \note Always check the return value to ensure that the lock was obtained. -*// +*/ extern int mtx_trylock(mtx_t *mtx); /** \brief Unlock a previously acquired lock. hooks/post-receive -- A pseudo Operating System for the Dreamcast. |