Skip to content

Commit aba0f1f

Browse files
committed
Fixed overflow.
1 parent e757792 commit aba0f1f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

intro.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@
266266
\item Important extensions of IEEE Std 1003.1-1990 (they are part of IEEE Std
267267
1003.1, 2004 Edition):
268268
\begin{itemize}
269-
\item \emph{IEEE Std 1003.1b-1993 Realtime Extension}, informally known as
270-
POSIX.4, because that was its original naming before renumbering.
271-
Most of this extension is optional, therefore the claim ``system supports
272-
POSIX.1b'' gives even worse testimony that ``system is POSIX compatible'', i.e.
273-
practically zero. The only mandatory part of POSIX.4 is a simple addendum to
274-
signals compared to POSIX1990. It is therefore always necessary to state
275-
what exactly out of POSIX.4 is implemented -- e.g. shared memory, semaphores,
276-
real-time signals, memory locking, asynchronous I/O, timers, etc.
269+
\item \emph{IEEE Std 1003.1b-1993 Realtime Extension}, informally also known as
270+
POSIX.4, because that was its original naming before renumbering. Most of this
271+
extension is optional, therefore the claim ``system supports POSIX.1b'' gives
272+
even worse testimony that ``system is POSIX compatible'', i.e. practically
273+
zero. The only mandatory part of POSIX.4 is a simple addendum to signals
274+
compared to POSIX1990. It is therefore always necessary to state what exactly
275+
out of POSIX.4 is implemented -- e.g. shared memory, semaphores, real-time
276+
signals, memory locking, asynchronous I/O, timers, etc.
277277
\item \emph{IEEE Std 1003.1c-1995 Threads}, see page \pageref{POSIXTHREADS}.
278278
\item \emph{IEEE Std 1003.1d-1999 Additional Realtime Extensions}
279279
\item \emph{IEEE Std 1003.1j-2000 Advanced Realtime Extensions}, see page

0 commit comments

Comments
 (0)