소스 검색

fix incorrect include guard in mqueue.h

Rich Felker 13 년 전
부모
커밋
2318207adc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      include/mqueue.h

+ 2 - 2
include/mqueue.h

@@ -1,5 +1,5 @@
-#ifndef _SEMAPHORE_H
-#define _SEMAPHORE_H
+#ifndef _MQUEUE_H
+#define _MQUEUE_H
 #ifdef __cplusplus
 extern "C" {
 #endif