summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-08-31 21:55:47 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-08-31 21:55:47 +0200
commitf6119adb2f3a5f802e490d175719ced292adf466 (patch)
treebbf319eaf25df4bf6d05135573ff72ac6dd10564 /sysdeps
parent98a1d6660bc329726f59d58f934e221dbaff6580 (diff)
This TODO will be for actual flock support
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/fcntl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/fcntl.c b/sysdeps/mach/hurd/fcntl.c
index 9b576e53d1..034a725610 100644
--- a/sysdeps/mach/hurd/fcntl.c
+++ b/sysdeps/mach/hurd/fcntl.c
@@ -130,8 +130,6 @@ __libc_fcntl (int fd, int cmd, ...)
case F_SETLK:
case F_SETLKW:
{
- /* XXX: TODO: replace with conversion to flock64 and actual
- implementation. */
/* XXX
We need new RPCs to support POSIX.1 fcntl file locking!!
For the time being we support the whole-file case only,