~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to erts/emulator/sys/unix/erl_unix_sys.h

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
#  define __ERTS_FP_ERROR_THOROUGH(fpexnp, f, Action) \
287
287
  do { if (erts_check_fpe_thorough((fpexnp),(f))) { Action; } } while (0)
288
288
 
 
289
int erts_sys_block_fpe(void);
 
290
void erts_sys_unblock_fpe_conditional(int);
 
291
void erts_sys_unblock_fpe(void);
 
292
 
289
293
#endif /* !NO_FPE_SIGNALS */
290
294
 
291
295
#define ERTS_FP_CHECK_INIT(p)           __ERTS_FP_CHECK_INIT(&(p)->fp_exception)