diff options
author | visa <> | 2017-04-20 17:16:32 +0000 |
---|---|---|
committer | visa <> | 2017-04-20 17:16:32 +0000 |
commit | 35361b16246c3e7aa5300e4fde4d34e0711a05db (patch) | |
tree | efb8f6483a3912d098903e51a6975e47f2b74b01 /src/lib/libc/include/cancel.h | |
parent | 4a2d94b24f6c114d4f5515899a3254df78d58f34 (diff) | |
download | openbsd-35361b16246c3e7aa5300e4fde4d34e0711a05db.tar.gz openbsd-35361b16246c3e7aa5300e4fde4d34e0711a05db.tar.bz2 openbsd-35361b16246c3e7aa5300e4fde4d34e0711a05db.zip |
Fix previous.
Diffstat (limited to 'src/lib/libc/include/cancel.h')
-rw-r--r-- | src/lib/libc/include/cancel.h | 4 |
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 | */ |