ansification: remove _AND

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2017-12-03 19:31:41 -06:00
parent 1e39db3062
commit 6783860a2e
517 changed files with 1771 additions and 1773 deletions

View File

@ -36,7 +36,7 @@
_VOID
_DEFUN(__smakebuf_r, (ptr, fp),
struct _reent *ptr _AND
struct _reent *ptr,
register FILE *fp)
{
register _PTR p;
@ -77,9 +77,9 @@ _DEFUN(__smakebuf_r, (ptr, fp),
*/
int
_DEFUN(__swhatbuf_r, (ptr, fp, bufsize, couldbetty),
struct _reent *ptr _AND
FILE *fp _AND
size_t *bufsize _AND
struct _reent *ptr,
FILE *fp,
size_t *bufsize,
int *couldbetty)
{
#ifdef _FSEEK_OPTIMIZATION