summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOgnyan Kulev <ogi@fmi.uni-sofia.bg>2004-06-17 15:08:57 +0000
committerOgnyan Kulev <ogi@fmi.uni-sofia.bg>2004-06-17 15:08:57 +0000
commit8f47762415273ad08ba3453f268141db0bc117c6 (patch)
treecddb232799c96c83f894dc7a95fcf85271d06104
parent168f68e55d473484e7a4fdf92ce8ea17fde6b28b (diff)
none
-rw-r--r--Distrib/SystemAPILimits.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/Distrib/SystemAPILimits.mdwn b/Distrib/SystemAPILimits.mdwn
index 74c45ec8..edfd099b 100644
--- a/Distrib/SystemAPILimits.mdwn
+++ b/Distrib/SystemAPILimits.mdwn
@@ -15,8 +15,6 @@ Taken from the bug lists in debian BTS. If you find more of them (and it is clea
These are the known system API limits that have porting implications.
-**_[\#190732](http://bugs.debian.org/190732): hurd: non-priviledged user may crash filesystem_**<br />**breaks:** coreutils<br />**error:** `mv` command crashes fs (Computer bought the farm)
-
**_[\#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
@@ -29,8 +27,6 @@ These are the known system API limits that have porting implications.
**_[\#190581](http://bugs.debian.org/190581): nice() doesn't work_**<br />**breaks:** coreutils<br />**error:** `nice()` doesn't take effect on some situations
-**_[\#171022](http://bugs.debian.org/171022): libc0.3: missing tmpfile64 function_**<br />**breaks:** python2.2<br />**error:** linker can't find `tmpfile64`. this can be manifested in code that calls `tmpfile` when `_FILE_OFFSET_BITS == 64`<br />**status:** pending upload
-
**_[\#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