diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-03-21 22:50:03 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-03-21 22:50:03 +0000 |
| commit | 7d0310ea40213e1fe5eebeddadeedca89a2e98f7 (patch) | |
| tree | aade70b2dd68f6156916710c66e320b31a53e247 /contrib/opie/libmissing/sigemptyset.c | |
| parent | cfb697297a38a88a32644685eeda18579af8c09e (diff) | |
Diffstat (limited to 'contrib/opie/libmissing/sigemptyset.c')
| -rw-r--r-- | contrib/opie/libmissing/sigemptyset.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/opie/libmissing/sigemptyset.c b/contrib/opie/libmissing/sigemptyset.c deleted file mode 100644 index fc083f50ddc8..000000000000 --- a/contrib/opie/libmissing/sigemptyset.c +++ /dev/null @@ -1,23 +0,0 @@ -/* sigemptyset.c: A replacement for the sigemptyset function - -%%% copyright-cmetz -This software is Copyright 1996 by Craig Metz, All Rights Reserved. -The Inner Net License Version 2 applies to this software. -You should have received a copy of the license with this software. If -you didn't get a copy, you may request one from <license@inner.net>. - - History: - - Created by cmetz for OPIE 2.2. -*/ - -#include "opie_cfg.h" -#include "opie.h" - -int sigemptyset FUNCTION((set), sigset_t *set) -{ - if (set) - memset(set, 0, sizeof(sigset_t)) - - return 0; -} |
