zig/lib/libc/include/sparc64-netbsd-none/machine/frame.h
Alex Rønne Petersen 553cb3ed46
libc: Add NetBSD system and libc headers from 10.1.
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will
be defined by the compiler.
2025-05-17 04:41:27 +02:00

7 lines
No EOL
167 B
C
Vendored

/* $NetBSD: frame.h,v 1.15 2008/11/20 22:50:52 martin Exp $ */
#include <sparc/frame.h>
#ifndef _LOCORE
void *getframe(struct lwp *, int, int *);
#endif