summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/include/cancel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/include/cancel.h b/src/lib/libc/include/cancel.h
index ada417d3e1..2c87be39e3 100644
--- a/src/lib/libc/include/cancel.h
+++ b/src/lib/libc/include/cancel.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: cancel.h,v 1.3 2017/04/20 16:07:52 visa Exp $ */ 1/* $OpenBSD: cancel.h,v 1.4 2017/04/20 17:16:32 visa Exp $ */
2/* 2/*
3 * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> 3 * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org>
4 * 4 *
@@ -26,7 +26,7 @@ __BEGIN_HIDDEN_DECLS
26__dead void _thread_canceled(void); 26__dead void _thread_canceled(void);
27__END_HIDDEN_DECLS 27__END_HIDDEN_DECLS
28 28
29#if defined(__LIBC__) && !defined(TCB_HAVE_MD_SET) 29#if defined(__LIBC__) && !defined(TCB_HAVE_MD_GET)
30/* 30/*
31 * Override TIB_GET macro to use the caching callback 31 * Override TIB_GET macro to use the caching callback
32 */ 32 */