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: SSIZE_MAX on ia64


> But it seems to me like it might be sensible to have the compiler spit
> out these declarations at install time, since they are really
> compiler-dependent facts, right?

No, ssize_t is a typedef defined by libc headers.  It is not used in any
interfaces the compiler knows about (unlike size_t and ptrdiff_t, for example).


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