simon-git: after (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Dec 20 11:37:10 GMT 2017


TL;DR:
  a32bc26 Fix deprecation warning on current MacOS.

Repository:     https://git.tartarus.org/simon/after.git
On the web:     https://git.tartarus.org/?p=simon/after.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2017-12-20 11:37:10

commit a32bc264d8bf9038b27d557e56a5ae4ccfe4431b
web diff https://git.tartarus.org/?p=simon/after.git;a=commitdiff;h=a32bc264d8bf9038b27d557e56a5ae4ccfe4431b;hp=ecd15f390f858bf0c1a5e89128e82084ed1eeb9e
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Dec 20 11:35:22 2017 +0000

    Fix deprecation warning on current MacOS.
    
    PT_ATTACH is deprecated in favour of PT_ATTACHEXC which handles
    signals differently, so we should use the latter if present.
    
    (This program doesn't seem very useful on MacOS at the moment, because
    normal processes don't have the rights to PT_ATTACHWHATEVER to
    unrelated processes. But I can at least make it not fail to compile,
    and that's a start.)

 after.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)



More information about the tartarus-commits mailing list