ansification: remove _PARAMS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@@ -45,9 +45,9 @@ int posix_openpt (int);
|
||||
#define _unsetenv_r UNUSED__unsetenv_r
|
||||
#endif
|
||||
|
||||
extern _PTR memalign _PARAMS ((size_t, size_t));
|
||||
extern _PTR memalign (size_t, size_t);
|
||||
#if __BSD_VISIBLE || (__XSI_VISIBLE >= 4 && __POSIX_VISIBLE < 200112)
|
||||
extern _PTR valloc _PARAMS ((size_t));
|
||||
extern _PTR valloc (size_t);
|
||||
#endif
|
||||
|
||||
#undef _malloc_r
|
||||
|
@@ -43,8 +43,8 @@ details. */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern int posix_fadvise _PARAMS ((int, off_t, off_t, int));
|
||||
extern int posix_fallocate _PARAMS ((int, off_t, off_t));
|
||||
extern int posix_fadvise (int, off_t, off_t, int);
|
||||
extern int posix_fallocate (int, off_t, off_t);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@@ -44,7 +44,7 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
extern int flock _PARAMS ((int, int));
|
||||
extern int flock (int, int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user