summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2005-11-22 11:12:24 +0000
committerThomas Schwinge <tschwinge@gnu.org>2005-11-22 11:12:24 +0000
commit3a310b3dae7dfedbbeddc82cbcb375768544c8f5 (patch)
treef09c5bb0bca8c801af6e2da6b73467e3278c00bd /Distrib
parentbaaa4f931afb5a9742022552f3087fab84518867 (diff)
none
Diffstat (limited to 'Distrib')
-rw-r--r--Distrib/SystemAPILimits.mdwn6
1 files changed, 0 insertions, 6 deletions
diff --git a/Distrib/SystemAPILimits.mdwn b/Distrib/SystemAPILimits.mdwn
index edfd099b..8930ef9c 100644
--- a/Distrib/SystemAPILimits.mdwn
+++ b/Distrib/SystemAPILimits.mdwn
@@ -17,14 +17,8 @@ These are the known system API limits that have porting implications.
**_[\#47998](http://bugs.debian.org/47998): `msgget` IPC not implemented_**
-**_[\#184344](http://bugs.debian.org/184344): extern inlines in libpthread are not ansi compliant_**<br />**breaks:** xfree86 (when compiled with pthreads)<br />**error:** `gcc -ansi` gets parse error with `inline`<br />**status:** patch sent
-
-**_[\#177486](http://bugs.debian.org/177486): POSIX semaphore_**<br />**breaks:** gnome-libs?<br />**error:** missing `<semaphore.h>`<br />**status:** patch sent (but looks like it needs more work)
-
**_[\#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
-**_[\#184573](http://bugs.debian.org/184573): missing res\_search in `-lresolv`_**<br />**breaks:** krb5<br />**status:** actualy this should be in [[PortingIssues]] (see bug log)
-
**_[\#190581](http://bugs.debian.org/190581): nice() doesn't work_**<br />**breaks:** coreutils<br />**error:** `nice()` doesn't take effect on some situations
**_[\#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)