mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
fix typo in utmpx.h
This commit is contained in:
parent
104e8a0e3b
commit
1fa2a32d1e
@ -38,7 +38,7 @@ struct utmpx *getutxline(const struct utmpx *);
|
|||||||
struct utmpx *pututxline(const struct utmpx *);
|
struct utmpx *pututxline(const struct utmpx *);
|
||||||
void setutxent(void);
|
void setutxent(void);
|
||||||
|
|
||||||
#if defined(_BSD_SOURCE) | defined(_GNU_SOURCE)
|
#if defined(_BSD_SOURCE) || defined(_GNU_SOURCE)
|
||||||
#define e_exit __e_exit
|
#define e_exit __e_exit
|
||||||
#define e_termination __e_termination
|
#define e_termination __e_termination
|
||||||
void updwtmpx(const char *, const struct utmpx *);
|
void updwtmpx(const char *, const struct utmpx *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user