summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-04 20:49:31 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-04 20:49:31 +0000
commitbb5037cd32f77fed624427bcfeaf9b2a3b9f224c (patch)
tree1c96eceb1da46c2a98b2e2f0b30b428866f05116 /manual
parent34c5e4a1f1de2e755311855c1b15d1f35a1bd61f (diff)
* sysdeps/i386/bits/string.h: Removed.
Diffstat (limited to 'manual')
-rw-r--r--manual/signal.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/signal.texi b/manual/signal.texi
index 1d28f74027..cbf746639a 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} and other integer types no
-longer than @code{int} are atomic. You can also assume that pointer
+In practice, you can assume that @code{int} is 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.