os: remove legacy mch_libcall

Remove as much leftover cruft as possible. Tried to see which globals are
now not used anymore.
This commit is contained in:
Nicolas Hillegeer
2014-06-02 22:20:34 +02:00
committed by Justin M. Keyes
parent 99163c9f13
commit bbb649ac69
3 changed files with 0 additions and 209 deletions

View File

@@ -262,17 +262,6 @@
# include <strings.h>
#endif
#include <setjmp.h>
#ifdef HAVE_SIGSETJMP
# define JMP_BUF sigjmp_buf
# define SETJMP(x) sigsetjmp((x), 1)
# define LONGJMP siglongjmp
#else
# define JMP_BUF jmp_buf
# define SETJMP(x) setjmp(x)
# define LONGJMP longjmp
#endif
#define HAVE_DUP /* have dup() */
/* We have three kinds of ACL support. */