summaryrefslogtreecommitdiff
path: root/libc/include/ucontext.h
blob: 99201d2ba9945015bfd1c28db109cd613b507ba8 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

/**
 * @file ucontext.h
 * @brief Historical alternative to `<sys/ucontext.h>`.
 *
 * New code should use `<sys/ucontext.h>` directly.
 */

#include <sys/ucontext.h>