This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Guard use of __extern_inline with __USE_EXTERN_INLINES


All the uses of __extern_inline I could find are guarded by
__USE_EXTERN_INLINES, except for this one in
sysdeps/x86_64/fpu/bits/fenv.h. This patch fixes that. Is it OK?

Cheers,
Rafael


2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>

	* sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Only define if
	__USE_EXTERN_INLINES is defined.

Attachment: extern_inline.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]