X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2Futmpx.c;h=1e5577843e4339575cd523270d1430f0119d3ada;hb=9dd2aab201c1e36853c7501d40ae22dbe37c87c3;hp=a1bffdbd3139a6fd8cc3e5201fbce0ee1a200e4c;hpb=6a2161f389e6115bb3b948d71c56c8c882eaeda6;p=libc-test diff --git a/src/api/utmpx.c b/src/api/utmpx.c index a1bffdb..1e55778 100644 --- a/src/api/utmpx.c +++ b/src/api/utmpx.c @@ -23,10 +23,10 @@ C(USER_PROCESS) C(INIT_PROCESS) C(LOGIN_PROCESS) C(DEAD_PROCESS) -void(*p_endutxent)(void) = endutxent; -struct utmpx*(*p_getutxent)(void) = getutxent; -struct utmpx*(*p_getutxid)(const struct utmpx*) = getutxid; -struct utmpx*(*p_getutxline)(const struct utmpx*) = getutxline; -struct utmpx*(*p_pututxline)(const struct utmpx*) = pututxline; -void(*p_setutxent)(void) = setutxent; +{void(*p)(void) = endutxent;} +{struct utmpx*(*p)(void) = getutxent;} +{struct utmpx*(*p)(const struct utmpx*) = getutxid;} +{struct utmpx*(*p)(const struct utmpx*) = getutxline;} +{struct utmpx*(*p)(const struct utmpx*) = pututxline;} +{void(*p)(void) = setutxent;} }