Browse Source

fix incorrect include guard in mqueue.h

Rich Felker 13 years ago
parent
commit
2318207adc
1 changed files with 2 additions and 2 deletions
  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