This is the mail archive of the libc-alpha@sources.redhat.com 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]

[patch] wrong second parameter on sched_set/getaffinity


The correct second parameter for the affinity system calls, as exported
by the kernel, is `unsigned int' not `unsigned long'.

The attached patch makes this change to the few places that provide the
function parameters list.

I do not know the ramifications of making this change... but I suspect
not very many are using these calls yet.

Is this sufficient?

Thanks,

	Robert Love

Attachment: affinity-wrong-param-rml-glibc-1.patch
Description: Text document


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