Konstantin Belousov a53cab2c6c (Incomplete) fixes for symbols visibility issues and style in fcntl.h.
Append '__' prefix to the tag of struct oflock, and put it under BSD
namespace. Structure is needed both by libc and kernel, thus cannot be
hidden under #ifdef _KERNEL.

Move a set of non-standard F_* and O_* constants into BSD namespace.
SUSv4 explicitely allows implemenation to pollute F_* and O_* names
after fcntl.h is included, but it costs us nothing to adhere
to the specification if exact POSIX compliance level is requested by
user code.

Change some spaces after #define to tabs.

Noted by and discussed with:	     bde
MFC after:   1 week
2012-07-21 13:02:11 +00:00
..
2012-07-12 19:30:53 +00:00
2012-06-02 08:47:26 +00:00
2012-02-11 20:43:01 +00:00
2012-04-18 07:02:53 +00:00
2012-05-11 20:06:46 +00:00
2012-05-26 17:10:16 +00:00
2012-06-02 08:47:26 +00:00
2012-03-23 23:07:02 +00:00
2012-05-11 20:06:46 +00:00
2012-06-21 21:47:08 +00:00
2012-02-25 14:31:25 +00:00
2012-06-21 21:47:08 +00:00