diff options
Diffstat (limited to 'libcxx/include/support/solaris/floatingpoint.h')
-rw-r--r-- | libcxx/include/support/solaris/floatingpoint.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/include/support/solaris/floatingpoint.h b/libcxx/include/support/solaris/floatingpoint.h index 21b0349aa59..999d144b1f2 100644 --- a/libcxx/include/support/solaris/floatingpoint.h +++ b/libcxx/include/support/solaris/floatingpoint.h @@ -1,3 +1,12 @@ +//===----------------------------------------------------------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is dual licensed under the MIT and the University of Illinois Open +// Source Licenses. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #define atof sun_atof #define strtod sun_strtod #include_next "floatingpoint.h" |