Make <bits/lockf.h> compile standalone.

Bug: http://b/28067717
Change-Id: Ida9f251ff23f9e32dcd0c38eb23b6a3bffea322c
This commit is contained in:
Josh Gao 2016-04-07 13:38:48 -07:00
parent 2675a9e343
commit 0d8e141906
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#define _BITS_LOCKF_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#define F_ULOCK 0
#define F_LOCK 1