< prev index next >

src/java.base/unix/native/libjava/ProcessHandleImpl_unix.h

Print this page
rev 59105 : imported patch corelibs

@@ -27,11 +27,11 @@
 
 /*
  * Declaration of ProcessHandleImpl functions common on all Unix platforms.
  * 'unix_' functions have a single implementation in ProcessHandleImpl_unix.c
  * 'os_' prefixed functions have different, os-specific implementations in the
- * various ProcessHandleImpl_{linux,macosx,solaris,aix}.c files.
+ * various ProcessHandleImpl_{linux,macosx,aix}.c files.
  * See ProcessHandleImpl_unix.c for more details.
  */
 
 /* Field id for jString 'command' in java.lang.ProcessHandleImpl.Info */
 extern jfieldID ProcessHandleImpl_Info_commandID;
< prev index next >