xref: /third_party/musl/arch/mips64/ksigaction.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/arch/mips64/
1570af302Sopenharmony_ci#include <features.h>
2570af302Sopenharmony_ci
3570af302Sopenharmony_cistruct k_sigaction {
4570af302Sopenharmony_ci	unsigned flags;
5570af302Sopenharmony_ci	void (*handler)(int);
6570af302Sopenharmony_ci	unsigned long mask[2];
7570af302Sopenharmony_ci	void *unused;
8570af302Sopenharmony_ci};
9570af302Sopenharmony_ci
10570af302Sopenharmony_cihidden void __restore(), __restore_rt();
11

Indexes created Thu Nov 07 10:32:03 CST 2024