bionic/libc/include/ucontext.h

11 lines
180 B
C
Raw Normal View History

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