commit | 8da8ca452885f40da755974a945318afd2d72bb9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue May 08 13:35:33 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 09 12:24:21 2018 -0700 |
tree | a1f201ee2b037e2511311f70e5feff5542225ab3 | |
parent | 1d509bc8785ef00cc57426ee79076623008da105 [diff] [blame] |
Update libm from upstream. Bug: N/A Test: ran tests Change-Id: Ifa03eb36d412a2776208cd2921936be4724e5547
diff --git a/libm/upstream-freebsd/lib/msun/src/s_round.c b/libm/upstream-freebsd/lib/msun/src/s_round.c index fab3019..cdf6b97 100644 --- a/libm/upstream-freebsd/lib/msun/src/s_round.c +++ b/libm/upstream-freebsd/lib/msun/src/s_round.c
@@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, Steven G. Kargl * All rights reserved. * @@ -25,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: head/lib/msun/src/s_round.c 326219 2017-11-26 02:00:33Z pfg $"); #include <float.h>