mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
553cb3ed46
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
7 lines
167 B
C
Vendored
7 lines
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 |