OSDN Git Service

ART: Add SetSpecialSignalHandlerFn to version-script.txt
authorAndreas Gampe <agampe@google.com>
Sat, 6 Jun 2015 03:45:31 +0000 (20:45 -0700)
committerAndreas Gampe <agampe@google.com>
Sat, 6 Jun 2015 03:47:36 +0000 (20:47 -0700)
Expose the new function from the sigchainlib implementation.

Bug: 20217701
Change-Id: I7d21025595775e057ea703236ca88ceb07173136

sigchainlib/version-script.txt

index ce15054..08c312e 100644 (file)
@@ -5,6 +5,7 @@ global:
   InvokeUserSignalHandler;
   InitializeSignalChain;
   EnsureFrontOfChain;
+  SetSpecialSignalHandlerFn;
   sigaction;
   signal;
   sigprocmask;