working on it
This commit is contained in:
parent
56a6e78765
commit
35a88970c2
1094 changed files with 51093 additions and 51 deletions
30
05/musl-final/src/stub/utmpx.c
Normal file
30
05/musl-final/src/stub/utmpx.c
Normal file
|
@ -0,0 +1,30 @@
|
|||
#include <utmpx.h>
|
||||
#include <stddef.h>
|
||||
|
||||
void endutxent(void)
|
||||
{
|
||||
}
|
||||
|
||||
void setutxent(void)
|
||||
{
|
||||
}
|
||||
|
||||
struct utmpx *getutxent(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
struct utmpx *getutxid(const struct utmpx *ut)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
struct utmpx *getutxline(const struct utmpx *ut)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
struct utmpx *pututxline(const struct utmpx *ut)
|
||||
{
|
||||
return NULL;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue