Skip to content

Commit eb8b1c4

Browse files
committed
Remove restrict
1 parent d31c566 commit eb8b1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/unistd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ pid_t fork(void);
3232

3333
int gethostname(char *name, size_t len);
3434

35-
char *realpath(const char *restrict path, char *restrict resolved_path);
35+
char *realpath(const char *path, char *resolved_path);
3636

3737
#endif

0 commit comments

Comments
 (0)