X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fsig_atomic_t.m4;h=acc10fb8d21107a92dc63ec0a1e45f4f2f94834b;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=d50e427cf3b75664639ffba8ef5a93335c8e3e88;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/m4/sig_atomic_t.m4 b/m4/sig_atomic_t.m4 index d50e427cf..acc10fb8d 100644 --- a/m4/sig_atomic_t.m4 +++ b/m4/sig_atomic_t.m4 @@ -1,5 +1,5 @@ -# sig_atomic_t.m4 serial 2 -dnl Copyright (C) 2003, 2009, 2010 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. @@ -9,6 +9,6 @@ AC_DEFUN([gt_TYPE_SIG_ATOMIC_T], 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 ]) ])