We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22d890 commit 0901dedCopy full SHA for 0901ded
src/jdk.jdwp.agent/unix/native/libjdwp/exec_md.c
@@ -62,7 +62,7 @@ static char *skipNonWhitespace(char *p) {
62
// input/output/error file descriptors will not be closed
63
// by this function. This function returns 0 on failure
64
// and 1 on success.
65
-int
+static int
66
closeDescriptors(void)
67
{
68
DIR *dp;
@@ -115,7 +115,7 @@ closeDescriptors(void)
115
// Does necessary housekeeping of a forked child process
116
// (like closing copied file descriptors) before
117
// execing the child process. This function never returns.
118
-void
+static void
119
forkedChildProcess(const char *file, char *const argv[])
120
121
/* Close all file descriptors that have been copied over
0 commit comments