diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2017-04-20 17:16:33 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2017-04-20 17:16:33 +0000 |
commit | 202ebe010de214b98ca6dd7a8af50db3f27998e1 (patch) | |
tree | 1c6e2298c2a1414a1fc636dfa09f8e298bab2758 /lib | |
parent | b75cea458a97b99de66ace8b682589f39f0ce36b (diff) |
Fix previous.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/include/cancel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/include/cancel.h b/lib/libc/include/cancel.h index ada417d3e12..2c87be39e3f 100644 --- a/lib/libc/include/cancel.h +++ b/lib/libc/include/cancel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cancel.h,v 1.3 2017/04/20 16:07:52 visa Exp $ */ +/* $OpenBSD: cancel.h,v 1.4 2017/04/20 17:16:32 visa Exp $ */ /* * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> * @@ -26,7 +26,7 @@ __BEGIN_HIDDEN_DECLS __dead void _thread_canceled(void); __END_HIDDEN_DECLS -#if defined(__LIBC__) && !defined(TCB_HAVE_MD_SET) +#if defined(__LIBC__) && !defined(TCB_HAVE_MD_GET) /* * Override TIB_GET macro to use the caching callback */ |