summaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_init.c
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2016-04-08 11:15:26 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2016-04-08 11:15:26 +0000
commit3279301186099f2fe0a3b98f05944434d84c056a (patch)
treed8267abe046ae158ab078236c078ce8be7fd2c05 /lib/libthr/thread/thr_init.c
parent0b519fe44f4657c23dc30813aaad8048cef9d529 (diff)
Notes
Diffstat (limited to 'lib/libthr/thread/thr_init.c')
-rw-r--r--lib/libthr/thread/thr_init.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_init.c b/lib/libthr/thread/thr_init.c
index c9f30ab023871..c852406aed7d9 100644
--- a/lib/libthr/thread/thr_init.c
+++ b/lib/libthr/thread/thr_init.c
@@ -29,10 +29,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 "namespace.h"
#include <sys/types.h>
#include <sys/signalvar.h>