projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc80ac
)
libthreads: remove unnecessary 'extern'
author
Brian Norris
<banorris@uci.edu>
Tue, 24 Apr 2012 20:07:37 +0000
(13:07 -0700)
committer
Brian Norris
<banorris@uci.edu>
Tue, 24 Apr 2012 20:08:59 +0000
(13:08 -0700)
libthreads.h
patch
|
blob
|
history
diff --git
a/libthreads.h
b/libthreads.h
index 72cc00b8e1532606659d43814de88afe6d0697e0..4cf6ad352da0a47cd582a439f957c0d57a9b6528 100644
(file)
--- a/
libthreads.h
+++ b/
libthreads.h
@@
-15,7
+15,7
@@
extern "C" {
int thrd_yield(void);
thrd_t thrd_current(void);
-
extern
void user_main(void);
+ void user_main(void);
#ifdef __cplusplus
}