summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r--sys/i386/linux/linux_proto.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index a227f2c..ba0a870 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -2,7 +2,7 @@
* System call prototypes.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.1 1996/03/02 19:04:15 peter Exp
+ * created from Id: syscalls.master,v 1.2 1996/03/04 20:58:47 peter Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -96,7 +96,7 @@ struct linux_pause_args {
};
struct linux_utime_args {
char * fname;
- struct linux_time_t * timeptr;
+ struct linux_utimbuf * times;
};
struct linux_stty_args {
int dummy;
@@ -185,6 +185,8 @@ struct linux_sigsetmask_args {
linux_sigset_t mask;
};
struct linux_sigsuspend_args {
+ int restart;
+ linux_sigset_t oldmask;
linux_sigset_t mask;
};
struct linux_sigpending_args {
OpenPOWER on IntegriCloud