From: Matthew Fernandez Date: Wed, 2 Mar 2022 04:50:57 +0000 (-0800) Subject: sfio: remove 'access' prototype X-Git-Tag: 4.0.0~196^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01a7ba1cbc8ab0be2fbb8cf6fa9a7f55fe20dce2;p=graphviz sfio: remove 'access' prototype The last use of `access` in SFIO was removed in f552c0dece1435773de62334dee3310d1728e22f. --- diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index 346c27412..fa9c64a65 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -589,7 +589,6 @@ extern "C" { extern int isatty(int); extern int wait(int *); extern int pipe(int *); - extern int access(const char *, int); extern uint sleep(uint); extern int execl(const char *, const char *, ...);