hotspot/agent/src/os/bsd/libproc_impl.h
changeset 15734 68f78eb98356
parent 10565 dc90c239f4ec
child 16351 032b310a3e2f
--- a/hotspot/agent/src/os/bsd/libproc_impl.h	Wed Feb 13 11:23:46 2013 +0100
+++ b/hotspot/agent/src/os/bsd/libproc_impl.h	Wed Feb 13 09:46:19 2013 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2013, 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
@@ -107,6 +107,7 @@
 int pathmap_open(const char* name);
 
 void print_debug(const char* format,...);
+void print_error(const char* format,...);
 bool is_debug();
 
 typedef bool (*thread_info_callback)(struct ps_prochandle* ph, pthread_t pid, lwpid_t lwpid);