This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Use mode_t in open and friends


Andreas Schwab <schwab@linux-m68k.org> writes:

> Rasmus Villemoes <rv@rasmusvillemoes.dk> writes:
>
>> The sole varargs argument to open and friends has type mode_t, not int.
>
> Varargs use the promoted type, but mode_t traditionally has been
> unsigned short.

Makes sense. But then sysdeps/unix/sysv/linux/mq_open.c and
sysdeps/unix/sysv/linux/openat.c are inconsistent with the other files
in sysdeps/unix/sysv/linux/. 

(Also, mode_t is actually unsigned int on linux/x86_64.)

Rasmus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]