diff options
author | bz <bz@FreeBSD.org> | 2014-09-18 08:40:00 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2014-09-18 08:40:00 +0000 |
commit | a7854053f1fd458b09488ea1ebc5adb0b56dba2c (patch) | |
tree | 0aabb1182a29b6f46580c1790d2095c5373c9025 /sys/i386/linux/linux_proto.h | |
parent | 122003e2ffe2624f2f259f4070daaa14220a8fb3 (diff) | |
download | FreeBSD-src-a7854053f1fd458b09488ea1ebc5adb0b56dba2c.zip FreeBSD-src-a7854053f1fd458b09488ea1ebc5adb0b56dba2c.tar.gz |
Re-gen after r271743 implementing most of
timer_{create,settime,gettime,getoverrun,delete}.
MFC after: 3 days
Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/i386/linux/linux_proto.h')
-rw-r--r-- | sys/i386/linux/linux_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index 912c60d..1f75c5f 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: head/sys/i386/linux/syscalls.master 255675 2013-09-18 18:48:33Z rdivacky + * created from FreeBSD: head/sys/i386/linux/syscalls.master 271743 2014-09-18 08:36:45Z bz */ #ifndef _LINUX_SYSPROTO_H_ @@ -787,6 +787,7 @@ struct linux_timer_create_args { }; struct linux_timer_settime_args { char timerid_l_[PADL_(l_timer_t)]; l_timer_t timerid; char timerid_r_[PADR_(l_timer_t)]; + char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)]; char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(const struct itimerspec *)]; char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimerspec *)]; }; |