diff options
author | 2015-08-22 16:54:55 +0000 | |
---|---|---|
committer | 2015-08-22 16:54:55 +0000 | |
commit | 288d57b6e8fac11492e5ceeb750c73aa9200443d (patch) | |
tree | 155508eb1a8c3be424dbb8e366a387ba955e9116 | |
parent | Remove all duplicate prototypes for *_main functions (these are already (diff) | |
download | wireguard-openbsd-288d57b6e8fac11492e5ceeb750c73aa9200443d.tar.xz wireguard-openbsd-288d57b6e8fac11492e5ceeb750c73aa9200443d.zip |
catch up to macppc genassym.cf; regarding C mutexes
-rw-r--r-- | sys/arch/socppc/socppc/genassym.cf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/socppc/socppc/genassym.cf b/sys/arch/socppc/socppc/genassym.cf index 32844f1049b..29319c6de2d 100644 --- a/sys/arch/socppc/socppc/genassym.cf +++ b/sys/arch/socppc/socppc/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.4 2014/09/06 10:45:29 mpi Exp $ +# $OpenBSD: genassym.cf,v 1.5 2015/08/22 16:54:55 deraadt Exp $ # # Copyright (c) 1982, 1990 The Regents of the University of California. # All rights reserved. @@ -97,8 +97,3 @@ member ci_disisave ifdef DIAGNOSTIC member ci_mutex_level endif - -struct mutex -member mtx_wantipl -member mtx_oldcpl -member mtx_owner |