diff options
Diffstat (limited to 'Distrib/SystemAPILimits.mdwn')
-rw-r--r-- | Distrib/SystemAPILimits.mdwn | 4 |
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 |