[FE training-materials-updates] C libraries: update eglibc

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Sep 1 06:14:40 CEST 2014


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

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

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

commit 5120d240bb504821aee4c2c93a0eec6d7ff93dac
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Sep 1 06:13:22 2014 +0200

    C libraries: update eglibc
    
    - Speak about it in the past, and replace the URL
      (detected that http://eglibc.org is broken)
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

5120d240bb504821aee4c2c93a0eec6d7ff93dac
 slides/c-libraries/c-libraries.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/slides/c-libraries/c-libraries.tex b/slides/c-libraries/c-libraries.tex
index 5440cde..5f441d8 100644
--- a/slides/c-libraries/c-libraries.tex
+++ b/slides/c-libraries/c-libraries.tex
@@ -66,18 +66,18 @@
     \column{0.8\textwidth}
     \begin{itemize}
     \item {\em Embedded glibc}, LGPL license too
-    \item Variant of glibc, better adapted
+    \item Was a variant of glibc, better adapted
       to the needs of embedded systems, because of past
       disagreement with glibc maintainers.
-    \item eglibc's goals include reduced footprint, configurable
+    \item eglibc's goals included reduced footprint, configurable
       components, better support for cross-compilation and
       cross-testing.
-    \item Can be built without support for NIS, locales, IPv6, and many
+    \item Could be built without support for NIS, locales, IPv6, and many
       other features.
     \item Fortunately for eglibc, the glibc maintainer has changed
-      and its features are now being accepted into glibc. Version 2.19
-      (Feb. 2014) is supposed to be the last release.
-    \item \url{http://www.eglibc.org}
+      and its features are now included in glibc. Version 2.19
+      (Feb. 2014) was the last release.
+    \item \url{http://en.wikipedia.org/wiki/Embedded_GLIBC}
     \end{itemize}
     \column{0.2\textwidth}
     \includegraphics[width=\textwidth]{slides/c-libraries/eglibc.png}



More information about the training-materials-updates mailing list