summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/system.h
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-07-04 08:37:54 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-07-04 08:37:54 +0000
commit6f76e5ae5a5b6f730b01cd4ddec4c3e50c92c8e5 (patch)
tree29fbf57121cee8d0801182ad191b0b2f34b02134 /include/asm-mips/system.h
parentecbf3aa6b26b820c238b4776bc89d46eaf8a6613 (diff)
Make pid_t int. Change printf()'s according to that. Declare
stuff.
Diffstat (limited to 'include/asm-mips/system.h')
-rw-r--r--include/asm-mips/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/system.h b/include/asm-mips/system.h
index a1f553488..91a7b05fb 100644
--- a/include/asm-mips/system.h
+++ b/include/asm-mips/system.h
@@ -267,6 +267,7 @@ extern void __die(const char *, struct pt_regs *, const char *where,
unsigned long line) __attribute__((noreturn));
extern void __die_if_kernel(const char *, struct pt_regs *, const char *where,
unsigned long line);
+extern int abs(int);
#define die(msg, regs) \
__die(msg, regs, __FILE__ ":"__FUNCTION__, __LINE__)