This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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] Fix sys/sysmacros.h in C++


Jakub Jelinek wrote:

> Also, I wonder whether
> a) we shouldn't use different inline function names, so that
>    programs not using sys/sysmacros.h can use major/minor/makedev
>    symbols (__major/__minor/__makedev?)

I've renamed the function definitions.  Not with a __ prefix, but
instead with gnu_dev_.  No leading underscores (these are public
interfaces) and the gnu_dev_ prefix is hardly used anywhere else.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------


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