mirror of git://git.musl-libc.org/musl
fix incorrect include guard in mqueue.h
This commit is contained in:
parent
246e15c0dc
commit
2318207adc
|
@ -1,5 +1,5 @@
|
|||
#ifndef _SEMAPHORE_H
|
||||
#define _SEMAPHORE_H
|
||||
#ifndef _MQUEUE_H
|
||||
#define _MQUEUE_H
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue