/** Copyright 2020 Haiku, Inc. All Rights Reserved.* Distributed under the terms of the MIT License.*/#include <utmpx.h>voidendutxent(void){}voidsetutxent(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;}