[FE training-materials-updates] sysdev-toolchains-definition: fix typo in __NR_exit macro

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Oct 4 18:11:57 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7ab0014bbee3c19f6a9a69513e66a72758773b6e

>---------------------------------------------------------------

commit 7ab0014bbee3c19f6a9a69513e66a72758773b6e
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Thu Oct 4 17:49:38 2012 +0200

    sysdev-toolchains-definition: fix typo in __NR_exit macro
    
    Thanks to Alexandre Belloni for reporting this problem.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

7ab0014bbee3c19f6a9a69513e66a72758773b6e
 .../sysdev-toolchains-definition.tex               |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
index c143fce..a13885f 100644
--- a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
+++ b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
@@ -102,7 +102,7 @@
   \begin{itemize}
   \item System call numbers, in \code{<asm/unistd.h>}
 \begin{verbatim}
-#define __NR_ext          1
+#define __NR_exit         1
 #define __NR_fork         2
 #define __NR_read         3
 \end{verbatim}



More information about the training-materials-updates mailing list