< prev index next >

src/java.base/unix/native/libjava/UnixFileSystem_md.c

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 61,74 **** #define readdir readdir64 #define closedir closedir64 #define stat stat64 #endif - #if defined(__solaris__) && !defined(NAME_MAX) - #define NAME_MAX MAXNAMLEN - #endif - #if defined(_ALLBSD_SOURCE) #ifndef MACOSX #define statvfs64 statvfs #define stat64 stat #endif --- 61,70 ----
< prev index next >