[PATCH v4 3/3] sysv: linux: Pass 64-bit version of semctl syscall

Joseph Myers joseph@codesourcery.com
Thu Mar 26 22:52:46 GMT 2020


On Thu, 26 Mar 2020, Alistair Francis via Libc-alpha wrote:

> The problem is I couldn't find a place to put it where architectures
> can override it. Is there a place I'm missing where I could put it?

Any .h or .c file in the glibc sources can be overridden for a particular 
configuration simply by putting a copy in a higher-priority sysdeps 
directory.  (But watch out for code using #include with "" instead of <>; 
if a .h or .c file is included like that, sysdeps overrides of the 
included file may not be effective.  In general, use <> not "" with 
#include in glibc to avoid that issue.)

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list