summaryrefslogtreecommitdiff
path: root/hurd/porting/system_api_limitations.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-08-10 13:48:43 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-08-10 13:48:43 +0200
commiteeff03cf8e1b42022811c225d4af4bcb0385a42e (patch)
treea916ee8daf266d1a691b43476080d3c1b3c54ba6 /hurd/porting/system_api_limitations.mdwn
parentf4860469825c0003b4bc94897a9954a63861a5bd (diff)
open_issues/nice_vs_mach_thread_priorities: New.
Diffstat (limited to 'hurd/porting/system_api_limitations.mdwn')
-rw-r--r--hurd/porting/system_api_limitations.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/porting/system_api_limitations.mdwn b/hurd/porting/system_api_limitations.mdwn
index 06a6b382..2fac456e 100644
--- a/hurd/porting/system_api_limitations.mdwn
+++ b/hurd/porting/system_api_limitations.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2003, 2004, 2005, 2009 Free Software Foundation,
-Inc."]]
+[[!meta copyright="Copyright © 2003, 2004, 2005, 2009, 2010 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
@@ -24,7 +24,7 @@ These are the known system API limits that have porting implications.
**_[\#184565](http://bugs.debian.org/184565): libc0.3: missing shm\* functions (from `<sys/shm.h>`)_**<br />**breaks:** cdrtools<br />**error:** warning: shm\* is not implemented and will always fail
-**_[\#190581](http://bugs.debian.org/190581): nice() doesn't work_**<br />**breaks:** coreutils<br />**error:** `nice()` doesn't take effect on some situations
+**_[[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)