mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 21:34:52 +02:00
8140648: Clean up remnants of fork1() from non-solaris platforms
Clean up any remnants of fork1() from Non-Solaris platforms Reviewed-by: dholmes, goetz
This commit is contained in:
parent
df5a5904ce
commit
9adaaa0c96
7 changed files with 0 additions and 7 deletions
|
@ -2819,7 +2819,6 @@ int os::Linux::sched_getcpu_syscall(void) {
|
|||
// Something to do with the numa-aware allocator needs these symbols
|
||||
extern "C" JNIEXPORT void numa_warn(int number, char *where, ...) { }
|
||||
extern "C" JNIEXPORT void numa_error(char *where) { }
|
||||
extern "C" JNIEXPORT int fork1() { return fork(); }
|
||||
|
||||
|
||||
// If we are running with libnuma version > 2, then we should
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue