projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
104e8a0
)
fix typo in utmpx.h
author
Daniel Sabogal
<dsabogalcc@gmail.com>
Sun, 4 Sep 2016 14:42:48 +0000
(10:42 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 20 Oct 2016 20:55:32 +0000
(16:55 -0400)
include/utmpx.h
patch
|
blob
|
history
diff --git
a/include/utmpx.h
b/include/utmpx.h
index 9e5cc955eb1f89c3abc9b8fd2384ea981aa1ae71..0429014d854fc32d0355d4fe5a18db45c2c530fb 100644
(file)
--- 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 *);