]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix: the atexit callback does not have a target
authorEvan Nemerson <evan@nemerson.com>
Sun, 22 Jun 2014 00:57:11 +0000 (17:57 -0700)
committerEvan Nemerson <evan@nemerson.com>
Sun, 22 Jun 2014 01:00:15 +0000 (18:00 -0700)
vapi/posix.vapi

index 7629f8824df5ee31f0bcbf81f4cce867d540da2e..c7a8cef269983673d929a6afedcad33439e7cc16 100644 (file)
@@ -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")]