diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/utmpx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utmpx.h b/include/utmpx.h index 9e5cc955..0429014d 100644 --- a/include/utmpx.h +++ b/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 *); |