Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/complex namespace protection
details: https://anonhg.NetBSD.org/src/rev/6e78d31e0b13
branches: trunk
changeset: 332867:6e78d31e0b13
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 11 00:43:51 2014 +0000
description:
namespace protection
diffstat:
lib/libm/complex/csqrtl.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r b8ce7286898c -r 6e78d31e0b13 lib/libm/complex/csqrtl.c
--- a/lib/libm/complex/csqrtl.c Fri Oct 10 23:51:28 2014 +0000
+++ b/lib/libm/complex/csqrtl.c Sat Oct 11 00:43:51 2014 +0000
@@ -28,9 +28,10 @@
#if 0
__FBSDID("$FreeBSD: head/lib/msun/src/s_csqrtl.c 181402 2008-08-08 00:15:16Z das $");
#else
-__RCSID("$NetBSD: csqrtl.c,v 1.1 2014/10/10 00:48:18 christos Exp $");
+__RCSID("$NetBSD: csqrtl.c,v 1.2 2014/10/11 00:43:51 christos Exp $");
#endif
+#include "../src/namespace.h"
#include <complex.h>
#include <float.h>
#include <math.h>
Home |
Main Index |
Thread Index |
Old Index