coreutils_MACROS
# These are safe, since 'sort', coreutils's only multithreaded app,
-# does not use the relevant modules.
+# does not use the relevant modules, or calls their code from one thread.
AC_DEFINE([GNULIB_EXCLUDE_SINGLE_THREAD], [1],
[Define to 1 if apps call 'exclude' functions from a single thread.])
AC_DEFINE([GNULIB_REGEX_SINGLE_THREAD], [1],
[Define to 1 if apps call 'regex' functions from a single thread.])
+AC_DEFINE([GNULIB_SIGACTION_SINGLE_THREAD], [1],
+ [Define to 1 if programs call 'sigaction' functions from a single thread.])
# Although 'sort' is multithreaded and can use these functions,
# it uses them only from the main thread.
AC_DEFINE([GNULIB_MBRTOWC_SINGLE_THREAD], [1],