comparison libinterp/corefcn/sighandlers.cc @ 17861:870f3e12e163

maint: Use phrase "FIXME:" for problem areas in code. * libinterp/corefcn/betainc.cc, libinterp/corefcn/bitfcns.cc, libinterp/corefcn/display.cc, libinterp/corefcn/gammainc.cc, libinterp/corefcn/gl2ps-renderer.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/ls-hdf5.cc, libinterp/corefcn/ls-mat5.cc, libinterp/corefcn/ls-oct-binary.cc, libinterp/corefcn/luinc.cc, libinterp/corefcn/mex.cc, libinterp/corefcn/regexp.cc, libinterp/corefcn/sighandlers.cc, libinterp/corefcn/sparse-xpow.cc, libinterp/corefcn/urlwrite.cc, libinterp/corefcn/variables.cc, libinterp/dldfcn/__init_fltk__.cc, libinterp/dldfcn/__magick_read__.cc, libinterp/dldfcn/chol.cc, libinterp/octave-value/ov-bool-sparse.cc, libinterp/octave-value/ov-fcn-inline.cc, libinterp/octave-value/ov-flt-re-mat.cc, libinterp/octave-value/ov-re-mat.cc, libinterp/octave-value/ov-str-mat.cc, libinterp/parse-tree/lex.ll, liboctave/numeric/SparseCmplxQR.cc, liboctave/numeric/SparseQR.cc, liboctave/numeric/sparse-dmsolve.cc, liboctave/util/lo-utils.cc, liboctave/util/sparse-util.cc, liboctave/util/url-transfer.cc: maint: Use phrase "FIXME:" for problem areas in code.
author Rik <rik@octave.org>
date Wed, 06 Nov 2013 11:42:35 -0800
parents 175b392e91fe
children 1adf3710bb68
comparison
equal deleted inserted replaced
17860:93edd282a2bc 17861:870f3e12e163
221 #endif 221 #endif
222 #if defined (SA_RESTART) 222 #if defined (SA_RESTART)
223 #if defined (SIGALRM) 223 #if defined (SIGALRM)
224 else 224 else
225 #endif 225 #endif
226 // FIXME -- Do we also need to explicitly disable SA_RESTART? 226 // FIXME: Do we also need to explicitly disable SA_RESTART?
227 if (restart_syscalls) 227 if (restart_syscalls)
228 act.sa_flags |= SA_RESTART; 228 act.sa_flags |= SA_RESTART;
229 #endif 229 #endif
230 230
231 GNULIB_NAMESPACE::sigemptyset (&act.sa_mask); 231 GNULIB_NAMESPACE::sigemptyset (&act.sa_mask);