ansification: remove _PTR

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-12-03 20:53:22 -06:00
parent 0403b9c8c4
commit e6321aa6a6
72 changed files with 228 additions and 230 deletions

View File

@ -45,9 +45,9 @@ int posix_openpt (int);
#define _unsetenv_r UNUSED__unsetenv_r
#endif
extern _PTR memalign (size_t, size_t);
extern void *memalign (size_t, size_t);
#if __BSD_VISIBLE || (__XSI_VISIBLE >= 4 && __POSIX_VISIBLE < 200112)
extern _PTR valloc (size_t);
extern void *valloc (size_t);
#endif
#undef _malloc_r