bionic/libc/include/syscall.h

11 lines
176 B
C
Raw Normal View History

2025-08-25 08:22:42 +08:00
#pragma once
/**
* @file syscall.h
* @brief Historical alternative to `<sys/syscall.h>`.
*
* New code should use `<sys/syscall.h>` directly.
*/
#include <sys/syscall.h>