]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 10 Apr 2019 21:14:55 +0000 (14:14 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 10 Apr 2019 21:14:55 +0000 (14:14 -0700)
open-vm-tools/lib/user/utilBacktrace.c

index a804a51e9d6255cd4de66bfb2442311f8614a245..b72340ad0305589b5755a181419034385e9d2e39 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2013-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 2013-2019 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -225,7 +225,8 @@ UtilBacktraceFromPointerCallback(struct _Unwind_Context *ctx, // IN: Unwind cont
    return _URC_END_OF_STACK;
 }
 
-#if !defined(_WIN32) && !defined(VMX86_TOOLS) && !defined(__ANDROID__)
+
+#if !defined(_WIN32) && !defined(VMX86_TOOLS)
 /*
  *-----------------------------------------------------------------------------
  *