From: Evan Nemerson Date: Sun, 22 Jun 2014 00:57:11 +0000 (-0700) Subject: posix: the atexit callback does not have a target X-Git-Tag: 0.25.1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbf500d401ce9119e4ec31215ad4e80cb23e6661;p=thirdparty%2Fvala.git posix: the atexit callback does not have a target --- diff --git a/vapi/posix.vapi b/vapi/posix.vapi index 7629f8824..c7a8cef26 100644 --- a/vapi/posix.vapi +++ b/vapi/posix.vapi @@ -1026,6 +1026,7 @@ namespace Posix { [CCode (cheader_filename = "stdlib.h")] public void _exit (int status); + [CCode (has_target = false)] public delegate void AtExitFunc (); [CCode (cheader_filename = "stdlib.h")]