Minor cleanups to tools-for-build/where-is-mcontext:
* Include stdlib.h to get rid of warning (thanks to Rex Dieter)
* Explicitly return 0 on success (thanks to Trent Buck)
#include <stdio.h>
#include <stddef.h>
+#include <stdlib.h>
#include <sys/ucontext.h>
int main (int argc, char *argv[]) {
}
printf("\
#endif /* PPC_LINUX_MCONTEXT_H */\n");
+ exit(0);
}
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.5.17"
+"0.9.5.18"