Explorar el Código

fix incorrect include guard in mqueue.h

Rich Felker hace 13 años
padre
commit
2318207adc
Se han modificado 1 ficheros con 2 adiciones y 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