summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-02-15 22:15:39 +0000
committerwollman <wollman@FreeBSD.org>2002-02-15 22:15:39 +0000
commit7d29dd10d391d0534bdf083001229496fe90bc77 (patch)
tree94a65fae261b7d9b577eba9ba29036301f0dd22b /sys/alpha
parent173a18f4724c55317f6c5cabcaf35b8fe2a862a4 (diff)
downloadFreeBSD-src-7d29dd10d391d0534bdf083001229496fe90bc77.zip
FreeBSD-src-7d29dd10d391d0534bdf083001229496fe90bc77.tar.gz
Resurrect one of the easiest changes from my big include files roll-up
patch from a year ago: give file flags their own type. This does not (yet) change the type used by system calls or library functions. The underlying type was chosen to match what is returned by stat().
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/ansi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index fb37f9a..eccfad9 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -49,6 +49,7 @@
*/
#define _BSD_CLOCK_T_ int /* clock() */
#define _BSD_CLOCKID_T_ int /* clock_gettime()... */
+#define _BSD_FFLAGS_T_ __uint_least32_t /* file flags */
#define _BSD_MBSTATE_T_ __mbstate_t /* mbstate_t */
#define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */
#define _BSD_RUNE_T_ _BSD_CT_RUNE_T_ /* rune_t (see below) */
OpenPOWER on IntegriCloud