diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/sys/sysmips.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sys/sysmips.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sys/sysmips.h b/sysdeps/unix/sysv/linux/mips/sys/sysmips.h index cbb7eba2b4..8afb149eb9 100644 --- a/sysdeps/unix/sysv/linux/mips/sys/sysmips.h +++ b/sysdeps/unix/sysv/linux/mips/sys/sysmips.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 94, 95, 96, 97 Free Software Foundation, Inc. +/* Copyright (C) 1991, 92, 94, 95, 96, 97, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -28,8 +28,8 @@ __BEGIN_DECLS -extern int sysmips __P ((__const int cmd, __const int arg1, - __const int arg2, __const int arg3)); +extern int sysmips (__const int cmd, __const int arg1, + __const int arg2, __const int arg3) __THROW; __END_DECLS |