Explorar o código

fix incorrect include guard in mqueue.h

Rich Felker %!s(int64=13) %!d(string=hai) anos
pai
achega
2318207adc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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