< prev index next >

src/java.base/unix/classes/sun/nio/fs/UnixConstants.java.template

Print this page
rev 59105 : imported patch corelibs

*** 29,42 **** #include <errno.h> #include <unistd.h> #include <fcntl.h> #include <sys/stat.h> - /* On Solaris, "sun" is defined as a macro. Undefine to make package - declaration valid */ - #undef sun - /* To be able to name the Java constants the same as the C constants without having the preprocessor rewrite those identifiers, add PREFIX_ to all identifiers matching a C constant. The PREFIX_ is filtered out in the makefile. */ --- 29,38 ----
< prev index next >