< prev index next >

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

Print this page
rev 57985 : 8238773: Miscellaneous ODR violations in UNIX native code

*** 1,7 **** /* ! * Copyright (c) 2013, 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) 2013, 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
*** 32,41 **** --- 32,43 ---- #include <unistd.h> #include <limits.h> #include "childproc.h" + /* The cached and split version of the JDK's effective PATH. */ + const char * const *parentPathv; ssize_t restartableWrite(int fd, const void *buf, size_t count) { ssize_t result;
< prev index next >