summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys/systm.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/systm.h')
-rw-r--r--freebsd/sys/sys/systm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/sys/systm.h b/freebsd/sys/sys/systm.h
index 1349e6d0..e464356a 100644
--- a/freebsd/sys/sys/systm.h
+++ b/freebsd/sys/sys/systm.h
@@ -153,8 +153,10 @@ struct ucred;
struct uio;
struct _jmp_buf;
+#ifndef __rtems__
int setjmp(struct _jmp_buf *);
void longjmp(struct _jmp_buf *, int) __dead2;
+#endif /* __rtems__ */
int dumpstatus(vm_offset_t addr, off_t count);
int nullop(void);
int eopnotsupp(void);