Prechádzať zdrojové kódy

fix typo in utmpx.h

Daniel Sabogal 8 rokov pred
rodič
commit
1fa2a32d1e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      include/utmpx.h

+ 1 - 1
include/utmpx.h

@@ -38,7 +38,7 @@ struct utmpx *getutxline(const struct utmpx *);
 struct utmpx *pututxline(const struct utmpx *);
 void          setutxent(void);
 
-#if defined(_BSD_SOURCE) | defined(_GNU_SOURCE)
+#if defined(_BSD_SOURCE) || defined(_GNU_SOURCE)
 #define e_exit __e_exit
 #define e_termination __e_termination
 void updwtmpx(const char *, const struct utmpx *);