X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2Fwordexp.c;h=baf7e245d686ebbbe54d514549a13ea69378aba7;hb=cf1c9918305e2c23758f589a23c1f71af4c431ba;hp=5f89956867037db17a34f7dd45ff09b955bb3c94;hpb=6a2161f389e6115bb3b948d71c56c8c882eaeda6;p=libc-test diff --git a/src/api/wordexp.c b/src/api/wordexp.c index 5f89956..baf7e24 100644 --- a/src/api/wordexp.c +++ b/src/api/wordexp.c @@ -22,6 +22,6 @@ C(WRDE_BADVAL) C(WRDE_CMDSUB) C(WRDE_NOSPACE) C(WRDE_SYNTAX) -int(*p_wordexp)(const char*restrict,wordexp_t*restrict,int) = wordexp; -void(*p_wordfree)(wordexp_t*) = wordfree; +{int(*p)(const char*restrict,wordexp_t*restrict,int) = wordexp;} +{void(*p)(wordexp_t*) = wordfree;} }