From 01a7ba1cbc8ab0be2fbb8cf6fa9a7f55fe20dce2 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 1 Mar 2022 20:50:57 -0800 Subject: [PATCH] sfio: remove 'access' prototype The last use of `access` in SFIO was removed in f552c0dece1435773de62334dee3310d1728e22f. --- lib/sfio/sfhdr.h | 1 - 1 file changed, 1 deletion(-) 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 *, ...); -- 2.40.0