X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Futmpx.h;h=0429014d854fc32d0355d4fe5a18db45c2c530fb;hb=f3b6690a53c81a869173bbdce701972c952a4e82;hp=9e5cc955eb1f89c3abc9b8fd2384ea981aa1ae71;hpb=befa5866ee30d09c0c96e88af2eabff5911342ea;p=musl 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 *);