projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246e15c
)
fix incorrect include guard in mqueue.h
author
Rich Felker
<dalias@aerifal.cx>
Tue, 20 Sep 2011 16:14:06 +0000
(12:14 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 20 Sep 2011 16:14:06 +0000
(12:14 -0400)
include/mqueue.h
patch
|
blob
|
history
diff --git
a/include/mqueue.h
b/include/mqueue.h
index ffbf4ae3d981dcf4351f5c93485504b282a6c46c..92e6ae5ee0de4538bb001ccf3019efad5a822fb3 100644
(file)
--- a/
include/mqueue.h
+++ b/
include/mqueue.h
@@
-1,5
+1,5
@@
-#ifndef _
SEMAPHOR
E_H
-#define _
SEMAPHOR
E_H
+#ifndef _
MQUEU
E_H
+#define _
MQUEU
E_H
#ifdef __cplusplus
extern "C" {
#endif