ansification: remove _DEFUN
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@ -21,8 +21,7 @@ extern char inbyte (void);
|
||||
* we only have stdin.
|
||||
*/
|
||||
int
|
||||
_DEFUN (read, (fd, buf, nbytes),
|
||||
int fd,
|
||||
read (int fd,
|
||||
char *buf,
|
||||
int nbytes)
|
||||
{
|
||||
|
Reference in New Issue
Block a user