imp 075dc1b3fb Revert the mode_t -> int changes and add a warning in the BUGS section instead.
While FreeBSD's implementation of these expect an int inside of libc, that's an
implementation detail that we can hide from the user as it's the natural
promotion of the current mode_t type and before it is used in the kernel, it's
converted back to the narrower type that's the current definition of mode_t. As
such, documenting int is at best confusing and at worst misleading. Instead add
a note that these args are variadic and as such calling conventions may differ
from non-variadic arguments.
2019-09-28 17:15:48 +00:00
..
2018-10-20 22:39:35 +00:00
2019-07-02 23:56:37 +00:00
2019-09-25 18:03:18 +00:00
2017-12-08 17:52:53 +00:00
2019-09-14 08:15:16 +00:00
2019-09-02 01:55:55 +00:00
2019-05-11 15:17:42 +00:00
2019-09-01 16:12:05 +00:00
2019-07-17 19:29:55 +00:00
2019-09-02 13:56:44 +00:00