X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsig_atomic_t.m4;h=acc10fb8d21107a92dc63ec0a1e45f4f2f94834b;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=a05a73be777312ecbb86db64dd0d61b97e8fab88;hpb=52aceb00a8ce321a73680b2d5890de75be23f29f;p=gnulib.git diff --git a/m4/sig_atomic_t.m4 b/m4/sig_atomic_t.m4 index a05a73be7..acc10fb8d 100644 --- a/m4/sig_atomic_t.m4 +++ b/m4/sig_atomic_t.m4 @@ -1,14 +1,14 @@ -# sig_atomic_t.m4 serial 1 (gettext-0.13) -dnl Copyright (C) 2003 Free Software Foundation, Inc. +# sig_atomic_t.m4 serial 3 +dnl Copyright (C) 2003, 2009-2014 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gt_TYPE_SIG_ATOMIC_T], [ - AC_CHECK_TYPES(sig_atomic_t, , - [AC_DEFINE(sig_atomic_t, int, + AC_CHECK_TYPES([sig_atomic_t], , + [AC_DEFINE([sig_atomic_t], [int], [Define as an integer type suitable for memory locations that can be - accessed atomically even in the presence of asynchnonous signals.])], + accessed atomically even in the presence of asynchronous signals.])], [#include ]) ])