diff options
| author | jbranso@dismail.de <jbranso@dismail.de> | 2025-08-11 14:41:54 -0400 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-08-15 01:17:41 +0200 |
| commit | 2e4808303094e0efee1bae6fa06fd77e1440c724 (patch) | |
| tree | 5456c7cd796bbad5fb41d1bbfcc285735a9c4b2b /glibc.mdwn | |
| parent | 0aa0ccdf62bfbb07f02426d7244caf82b3a00a98 (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.mdwn | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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]]. |
