tests/try-syscall.c: Add a note about keeping this in sync with bubblewrap

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2022-01-31 17:13:31 +00:00
parent 4735e3ea90
commit 1def449850

View File

@@ -7,6 +7,9 @@
*
* In general, we pass a bad fd or pointer to each syscall that will
* accept one, so that it will fail with EBADF or EFAULT without side-effects.
*
* This helper is used for regression tests in both bubblewrap and flatpak.
* Please keep both copies in sync.
*/
#include <errno.h>