From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- manual/signal.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual/signal.texi') diff --git a/manual/signal.texi b/manual/signal.texi index cbf746639a..1d28f74027 100644 --- a/manual/signal.texi +++ b/manual/signal.texi @@ -2029,8 +2029,8 @@ This is an integer data type. Objects of this type are always accessed atomically. @end deftp -In practice, you can assume that @code{int} is atomic. -You can also assume that pointer +In practice, you can assume that @code{int} and other integer types no +longer than @code{int} are atomic. You can also assume that pointer types are atomic; that is very convenient. Both of these assumptions are true on all of the machines that the GNU C library supports and on all POSIX systems we know of. -- cgit 1.4.1