summaryrefslogtreecommitdiff
path: root/glibc.mdwn
diff options
context:
space:
mode:
authorjbranso@dismail.de <jbranso@dismail.de>2025-08-11 14:41:54 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-15 01:17:41 +0200
commit2e4808303094e0efee1bae6fa06fd77e1440c724 (patch)
tree5456c7cd796bbad5fb41d1bbfcc285735a9c4b2b /glibc.mdwn
parent0aa0ccdf62bfbb07f02426d7244caf82b3a00a98 (diff)
document __hurd_fail ()
* glibc.mdwn: link to glibc/error-reporting.md * glibc/error-reporting.mdwn: new file. Document, __hurd_fail () and friends. Message-ID: <20250811184236.10970-2-jbranso@dismail.de>
Diffstat (limited to 'glibc.mdwn')
-rw-r--r--glibc.mdwn15
1 files changed, 9 insertions, 6 deletions
diff --git a/glibc.mdwn b/glibc.mdwn
index 9dc66c89..3e432aac 100644
--- a/glibc.mdwn
+++ b/glibc.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012, 2013, 2015 Free
-Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2012, 2013,
+2015, 2024 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -28,9 +28,11 @@ repository|source_repositories/glibc]].
Porting glibc to a specific architecture is non-trivial.
-The main port is x86, which is somewhat complete and is maintained. There were
-incomplete ports for Alpha, MIPS, and PowerPC, but they were unmaintained and
-have been removed.
+The main port is x86, which is somewhat complete and is maintained.
+We are actively stabilizing the [[X86_64
+port|open_issues/64-bit_port]]. There were incomplete ports for
+Alpha, MIPS, and PowerPC, but they were unmaintained and have been
+removed.
## [[Hurd-specific Port|hurd/glibc]]
@@ -54,6 +56,8 @@ fact simply forwarded to/implemented as [[system_call]]s.
* [[startup]]
+ * [[glibc/error-reporting]]
+
## Concepts
@@ -80,7 +84,6 @@ Some of these are well-known as [[UNIX]] [[system call]]s.
* [[poll]]
-
# Debugging
Some hints for [[debugging]].