< prev index next >

src/java.base/share/native/libjli/jli_util.h

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2005, 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) 2005, 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
*** 102,114 **** #define JLI_StrNCaseCmp(p1, p2, p3) strncasecmp((p1), (p2), (p3)) #define JLI_Snprintf snprintf #define JLI_Open open #define JLI_PutEnv putenv #define JLI_GetPid getpid - #ifdef __solaris__ - #define JLI_Lseek llseek - #endif #ifdef __linux__ #define _LARGFILE64_SOURCE #define JLI_Lseek lseek64 #endif #ifdef MACOSX --- 102,111 ----
< prev index next >