mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Update comment for pa_lock_fd() to reflect that locks are mandatory
on Windows. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@431 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
160d886c0d
commit
d3cb1448b4
1 changed files with 2 additions and 1 deletions
|
|
@ -810,7 +810,8 @@ int pa_uid_in_group(const char *name, gid_t *gid) {
|
|||
|
||||
#endif
|
||||
|
||||
/* Lock or unlock a file entirely. (advisory) */
|
||||
/* Lock or unlock a file entirely.
|
||||
(advisory on UNIX, mandatory on Windows) */
|
||||
int pa_lock_fd(int fd, int b) {
|
||||
#ifdef F_SETLKW
|
||||
struct flock flock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue