diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2024-01-14 21:33:44 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-01-15 20:02:41 +0100 |
commit | 7da8c4bb187a861377f07f299d73dfda1fe14aa7 (patch) | |
tree | 5ebb2aa15a14f84720b4525d115bdc4bb8e3361b /hurd/porting | |
parent | 9caea6e1b74471c20dcca08efe0534df3f71b0dc (diff) |
removed fcntl reference
* hurd/porting/system_api_limitations.mdwn: removed fcntl reference.
Message-ID: <20240115023446.6431-2-jbranso@dismail.de>
Diffstat (limited to 'hurd/porting')
-rw-r--r-- | hurd/porting/system_api_limitations.mdwn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hurd/porting/system_api_limitations.mdwn b/hurd/porting/system_api_limitations.mdwn index 3ab4e406..5fe13fdb 100644 --- a/hurd/porting/system_api_limitations.mdwn +++ b/hurd/porting/system_api_limitations.mdwn @@ -24,4 +24,3 @@ These are the known system API limits that have porting implications. **_[\#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 |