diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-16 01:18:49 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-16 01:18:49 +0100 |
commit | 567c2f0219a0e331fb513ca38bac76ea63dcf691 (patch) | |
tree | 2d5959d6eecaecb36fa284b7c010f8299884d665 | |
parent | 68f177fd79f9ad754b90239aae63a558aa05f6ba (diff) |
hurd/glibc: New file.
-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]]. |