summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_mutex.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-04-08 11:15:26 +0000
committerkib <kib@FreeBSD.org>2016-04-08 11:15:26 +0000
commitfe92c9d1a421512e227c74db8239456b35dd7f15 (patch)
treed8267abe046ae158ab078236c078ce8be7fd2c05 /lib/libthr/thread/thr_mutex.c
parent3f81fe2ce06b0be2c179e60d88d8316d47f0c5a2 (diff)
downloadFreeBSD-src-fe92c9d1a421512e227c74db8239456b35dd7f15.zip
FreeBSD-src-fe92c9d1a421512e227c74db8239456b35dd7f15.tar.gz
Use __FBSDID() for .c files from lib/libthr/thread.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libthr/thread/thr_mutex.c')
-rw-r--r--lib/libthr/thread/thr_mutex.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_mutex.c b/lib/libthr/thread/thr_mutex.c
index f732a63..28fd9ee 100644
--- a/lib/libthr/thread/thr_mutex.c
+++ b/lib/libthr/thread/thr_mutex.c
@@ -34,10 +34,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <stdbool.h>
#include "namespace.h"
#include <stdlib.h>
OpenPOWER on IntegriCloud