]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
missing: move sys_execveat() to missing.h
authorChristian Brauner <brauner@kernel.org>
Thu, 12 May 2022 16:52:45 +0000 (18:52 +0200)
committerZorro Lang <zlang@kernel.org>
Sun, 15 May 2022 01:02:40 +0000 (09:02 +0800)
commitc688623db6b518fa3b75a7342aa516d52936e53c
tree49549bf124129232319e0ecfe4d99b6ec2410868
parent6631d37ef3889094c647692adc98573797ed4855
missing: move sys_execveat() to missing.h

The missing.h header provides syscalls potentially missing from the used
libc. Move the sys_execveat() definition into it. It doesn't belong into
vfstest.c.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
src/vfs/missing.h
src/vfs/vfstest.c