diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-28 13:53:06 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-28 13:53:06 +0000 |
commit | c65e73832be7c1a517a936e63ab4d88a30ae6374 (patch) | |
tree | 90eed3dba7e93b7752dabef9ce8114479a05b5ba /usr.bin/kdump/kdump_subr.h | |
parent | c8a15506d4ac6fbe443783a2330e4ff8d92a76ab (diff) |
Display futex(2) operations and arguments.
Diffstat (limited to 'usr.bin/kdump/kdump_subr.h')
-rw-r--r-- | usr.bin/kdump/kdump_subr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/kdump/kdump_subr.h b/usr.bin/kdump/kdump_subr.h index 571dbc78c95..632040b0a3a 100644 --- a/usr.bin/kdump/kdump_subr.h +++ b/usr.bin/kdump/kdump_subr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump_subr.h,v 1.20 2016/06/07 06:12:37 deraadt Exp $ */ +/* $OpenBSD: kdump_subr.h,v 1.21 2017/04/28 13:53:05 mpi Exp $ */ /* * Copyright(c) 2006 2006 David Kirchner <dpk@dpk.net> * @@ -97,5 +97,6 @@ void evflagsname(int); void evfflagsname(int, int); void pollfdeventname(int); void syslogflagname(int); +void futexflagname(int); extern int decimal, fancy, basecol, arg1; |