artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b94481
)
Fix previous.
author
visa
<visa@openbsd.org>
Thu, 20 Apr 2017 17:16:32 +0000
(17:16 +0000)
committer
visa
<visa@openbsd.org>
Thu, 20 Apr 2017 17:16:32 +0000
(17:16 +0000)
lib/libc/include/cancel.h
patch
|
blob
|
history
diff --git
a/lib/libc/include/cancel.h
b/lib/libc/include/cancel.h
index
ada417d
..
2c87be3
100644
(file)
--- 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:5
2 visa Exp $ */
+/* $OpenBSD: cancel.h,v 1.
4 2017/04/20 17:16:3
2 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_
S
ET)
+#if defined(__LIBC__) && !defined(TCB_HAVE_MD_
G
ET)
/*
* Override TIB_GET macro to use the caching callback
*/