diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-23 05:49:00 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-23 18:18:04 -0400 |
commit | a07dffb605956bd37a1a0ce0801b7d5233c2f67a (patch) | |
tree | 2112b7d0e49c4c0efc7b506e48a26a52b2e6026f /libsandbox/symbols.h.in | |
parent | libsandbox: tweak how undefined symbols are declared (diff) | |
download | sandbox-a07dffb605956bd37a1a0ce0801b7d5233c2f67a.tar.gz sandbox-a07dffb605956bd37a1a0ce0801b7d5233c2f67a.tar.bz2 sandbox-a07dffb605956bd37a1a0ce0801b7d5233c2f67a.zip |
libsandbox: extend symbols format to specify diff syscall name
This enables support for 64-bit time_t syscalls where the glibc symbol
name is not the same as the kernel syscall name.
Closes: https://bugs.gentoo.org/751241
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox/symbols.h.in')
-rw-r--r-- | libsandbox/symbols.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsandbox/symbols.h.in b/libsandbox/symbols.h.in index 40c04e3..ecf141c 100644 --- a/libsandbox/symbols.h.in +++ b/libsandbox/symbols.h.in @@ -78,7 +78,7 @@ __utime64 utimes __utimes64 utimensat -__utimensat64 +__utimensat64 utimensat_time64 futimesat __futimesat64 lutimes |