Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
eb2d0f4d
Commit
eb2d0f4d
authored
Dec 11, 2000
by
Andreas Gustafsson
Browse files
isc_thread_self() is a function, not an integer [RT
#551
]
parent
b48ada65
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/nothreads/include/isc/thread.h
View file @
eb2d0f4d
...
...
@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: thread.h,v 1.
1
2000/
08/28 23:16:50 bwelling
Exp $ */
/* $Id: thread.h,v 1.
2
2000/
12/11 19:17:29 gson
Exp $ */
#ifndef ISC_THREAD_H
#define ISC_THREAD_H 1
...
...
@@ -28,7 +28,7 @@ ISC_LANG_BEGINDECLS
void
isc_thread_setconcurrency
(
unsigned
int
level
);
#define isc_thread_self
(unsigned long)0
#define isc_thread_self
() (
(unsigned long)0
)
ISC_LANG_ENDDECLS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment