http://sourceware.org/bugzilla/show_bug.cgi?id=12447

           Summary: please provide a VDSO stub for getcpu
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: [email protected]
        ReportedBy: [email protected]


On the architecture, linux provides a VDSO entry for getcpu, please export a
definition for it.

The prototype for it is:

struct getcpu_cache {
    unsigned long blob[128 / sizeof(long)];
};

long vgetcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache);

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the reporter.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]/bugzilla/

Reply via email to