summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_getprio.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_getprio.c')
-rw-r--r--lib/libthr/thread/thr_getprio.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_getprio.c b/lib/libthr/thread/thr_getprio.c
index f0d1a296..033f4f5 100644
--- a/lib/libthr/thread/thr_getprio.c
+++ b/lib/libthr/thread/thr_getprio.c
@@ -25,9 +25,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 <errno.h>
#include <pthread.h>
OpenPOWER on IntegriCloud