src/java.instrument/unix/native/libinstrument/FileSystemSupport_md.c
branchihse-warnings-cflags-branch
changeset 56230 489867818774
parent 47216 71c04702a3d5
equal deleted inserted replaced
56229:0015bf3a82e0 56230:489867818774
    32  * Solaris/Linux implementation of the file system support functions.
    32  * Solaris/Linux implementation of the file system support functions.
    33  */
    33  */
    34 
    34 
    35 #define slash           '/'
    35 #define slash           '/'
    36 
    36 
    37 char pathSeparator() {
    37 char pathSeparator(void) {
    38     return ':';
    38     return ':';
    39 }
    39 }
    40 
    40 
    41 /* Filenames are case senstitive */
    41 /* Filenames are case senstitive */
    42 int filenameStrcmp(const char* s1, const char* s2) {
    42 int filenameStrcmp(const char* s1, const char* s2) {