mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Make a bit of FreeBSD-specific code a bit more specific => i386 only.
This commit is contained in:
parent
d788c4fb65
commit
f7de97bc00
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36027
@ -213,7 +213,7 @@ TclPlatformInit(interp)
|
||||
(void) signal(SIGPIPE, SIG_IGN);
|
||||
#endif /* SIGPIPE */
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) && defined(i386)
|
||||
fpsetround(FP_RN);
|
||||
fpsetmask(0L);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user