diff options
-rw-r--r-- | hurd.mdwn | 1 | ||||
-rw-r--r-- | hurd/glibc.mdwn | 14 |
2 files changed, 15 insertions, 0 deletions
@@ -60,6 +60,7 @@ * [[libpager]] * [[libstore]] * [[libhello_example]] -- Hurd library example +* [[glibc]] * [[Debugging]] * [[HurdSpecificGlibcApi]]: Functions in GLIBC for the Hurd. * [Hurd Sourcecode Reference](http://www.htu.tugraz.at/~past/hurd/global/): Searchable and browsable index of the code. diff --git a/hurd/glibc.mdwn b/hurd/glibc.mdwn new file mode 100644 index 00000000..fe61bb8e --- /dev/null +++ b/hurd/glibc.mdwn @@ -0,0 +1,14 @@ +[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]] + +[[General_information|/glibc]] about the glibc. + +For information about how the glibc integrates into the system, see sections +2.1 and 2.5 of the [[critique]]. + +[[Debugging_glibc|debugging/glibc]]. |