fix typo in utmpx.h
authorDaniel Sabogal <dsabogalcc@gmail.com>
Sun, 4 Sep 2016 14:42:48 +0000 (10:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 20 Oct 2016 20:55:32 +0000 (16:55 -0400)
include/utmpx.h

index 9e5cc955eb1f89c3abc9b8fd2384ea981aa1ae71..0429014d854fc32d0355d4fe5a18db45c2c530fb 100644 (file)
@@ -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 *);