diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2024-01-14 21:33:43 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-15 20:02:01 +0100 |
commit | 99f17f532f1ed1322f93ea1dd495e7d332ec4926 (patch) | |
tree | a2cbc1896e1c43b417650b8d177095d10ba4c1a3 /hurd | |
parent | 827c1f718d0b931e32158b76bf1fcfaab20e1b1e (diff) |
removed the the pages that mentioned "nice" issues.
Both issues have been fixed.
* open_issues/nice_changes_priority_of_parent_shell.mdwn: deleted
* open_issues/nice_vs_mach_thread_priorities.mdwn: deleted
* hurd/porting/system_api_limitations.mdwn: remove entry that said
"nice () doesn't work".
Message-ID: <20240115023446.6431-1-jbranso@dismail.de>
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/porting/system_api_limitations.mdwn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hurd/porting/system_api_limitations.mdwn b/hurd/porting/system_api_limitations.mdwn index 1615ccc0..3ab4e406 100644 --- a/hurd/porting/system_api_limitations.mdwn +++ b/hurd/porting/system_api_limitations.mdwn @@ -22,8 +22,6 @@ These are the known system API limits that have porting implications. **_[\#47998](http://bugs.debian.org/47998): `msgget` IPC not implemented_** -**_[[nice() doesn't work|open_issues/nice_vs_mach_thread_priorities]]_**. - **_[\#187391](http://bugs.debian.org/187391): libc0.3-dev: `sockaddr_un.sun_path` can't be assigned a `const char *` when compiling with g++_**<br />**breaks:** fam, gail<br />**status:** maybe this should be in [[PortingIssues]] (see _long_ bug log) **_[\#190367](http://bugs.debian.org/190367): libc0.3-dev: `fcntl` `F_GETLK` not implemented (`ENOSYS`)_**<br />**breaks:** gnome-session (and others) from running<br />**error:** misc lock-related errors |