We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f239e commit 11adbe4Copy full SHA for 11adbe4
src/tools.h
@@ -57,12 +57,6 @@ uint32_t ceil_up(uint32_t n, uint32_t offset);
57
pid_t get_god_pid(char *shortname, size_t shortsz);
58
bool get_pid_cmdline(pid_t godpid, char *cmdname);
59
60
-// avoid warnings for old compilers
61
-#if __GNUC__ < 7
62
-extern __ssize_t getline(char **__restrict __lineptr, size_t *__restrict __n,
63
- FILE *__restrict __stream) __wur;
64
-#endif
65
-
66
#define delete_module(mod, flags) syscall(__NR_delete_module, mod, flags)
67
68
#endif /* TOOLS_H */
0 commit comments