Blame sysdeps/ieee754/s_lib_version.c

Packit Service 82fcde
/* @(#)s_lib_ver.c 5.1 93/09/24 */
Packit Service 82fcde
/*
Packit Service 82fcde
 * ====================================================
Packit Service 82fcde
 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
Packit Service 82fcde
 *
Packit Service 82fcde
 * Developed at SunPro, a Sun Microsystems, Inc. business.
Packit Service 82fcde
 * Permission to use, copy, modify, and distribute this
Packit Service 82fcde
 * software is freely granted, provided that this notice
Packit Service 82fcde
 * is preserved.
Packit Service 82fcde
 * ====================================================
Packit Service 82fcde
 */
Packit Service 82fcde
Packit Service 82fcde
#if defined(LIBM_SCCS) && !defined(lint)
Packit Service 82fcde
static char rcsid[] = "$NetBSD: s_lib_version.c,v 1.6 1995/05/10 20:47:44 jtc Exp $";
Packit Service 82fcde
#endif
Packit Service 82fcde
Packit Service 82fcde
/*
Packit Service 82fcde
 * MACRO for standards
Packit Service 82fcde
 */
Packit Service 82fcde
Packit Service 82fcde
#include <math-svid-compat.h>
Packit Service 82fcde
Packit Service 82fcde
/*
Packit Service 82fcde
 * define and initialize _LIB_VERSION
Packit Service 82fcde
 */
Packit Service 82fcde
#undef _LIB_VERSION
Packit Service 82fcde
#if LIBM_SVID_COMPAT
Packit Service 82fcde
_LIB_VERSION_TYPE _LIB_VERSION_INTERNAL = _POSIX_;
Packit Service 82fcde
compat_symbol (libm, _LIB_VERSION_INTERNAL, _LIB_VERSION, GLIBC_2_0);
Packit Service 82fcde
#endif