D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 11373 - flock from <sys/file.h> missing in linux-specific imports
Summary: flock from <sys/file.h> missing in linux-specific imports
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-28 13:50 UTC by Andrei Alexandrescu
Modified: 2017-01-16 11:47 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Andrei Alexandrescu 2013-10-28 13:50:48 UTC
There is no flock defined in runtime. It originates in <sys/file.h> on Linux: http://man7.org/linux/man-pages/man2/flock.2.html
Comment 1 Nemanja Boric 2017-01-16 11:47:08 UTC
https://github.com/dlang/druntime/pull/1677