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: What *is* the API for sched_getaffinity? Should sched_getaffinity always succeed when using cpu_set_t?


BTW, changing CPU_SETSIZE does not change glibc's ABI: it is only used
in inlines in headers, never in the glibc source code.

It may however change ABIs of other libraries if they happen to have
put it into their ABI (e.g. expose an explicitly CPU_SETSIZE-lengthed
bitmap)

Samuel


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