We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31c566 commit eb8b1c4Copy full SHA for eb8b1c4
include/unistd.h
@@ -32,6 +32,6 @@ pid_t fork(void);
32
33
int gethostname(char *name, size_t len);
34
35
-char *realpath(const char *restrict path, char *restrict resolved_path);
+char *realpath(const char *path, char *resolved_path);
36
37
#endif
0 commit comments