public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] lapi/mman: Include path for lapi/syscalls.h
@ 2024-12-10 22:36 Edward Liaw via ltp
  2024-12-10 23:03 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Edward Liaw via ltp @ 2024-12-10 22:36 UTC (permalink / raw)
  To: ltp; +Cc: kernel-team

Signed-off-by: Edward Liaw <edliaw@google.com>
---
 include/lapi/mman.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lapi/mman.h b/include/lapi/mman.h
index 244ad9f31..edd517c6e 100644
--- a/include/lapi/mman.h
+++ b/include/lapi/mman.h
@@ -9,7 +9,7 @@
 #include <stdint.h>
 #include <sys/mman.h>
 #include "config.h"
-#include "syscalls.h"
+#include "lapi/syscalls.h"
 
 #ifndef HAVE_STRUCT_CACHESTAT_RANGE
 struct cachestat_range {
-- 
2.47.0.338.g60cca15819-goog


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] lapi/mman: Include path for lapi/syscalls.h
  2024-12-10 22:36 [LTP] [PATCH] lapi/mman: Include path for lapi/syscalls.h Edward Liaw via ltp
@ 2024-12-10 23:03 ` Petr Vorel
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2024-12-10 23:03 UTC (permalink / raw)
  To: Edward Liaw; +Cc: kernel-team, ltp

Hi Edward,

...
> -#include "syscalls.h"
> +#include "lapi/syscalls.h"

It works as the original version, but the convention is to use lapi/syscalls.h,
thus merged. Thank you!

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-10 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10 22:36 [LTP] [PATCH] lapi/mman: Include path for lapi/syscalls.h Edward Liaw via ltp
2024-12-10 23:03 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox