~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to os-posix.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    sigaction(SIGTERM, &act, NULL);
75
75
}
76
76
 
77
 
#if 0 /* we use a fixed configured data path */
78
77
/* Find a likely location for support files using the location of the binary.
79
78
   For installed binaries this will be "$bindir/../share/qemu".  When
80
79
   running from the build tree this will be "$bindir/../pc-bios".  */
110
109
}
111
110
#undef SHARE_SUFFIX
112
111
#undef BUILD_SUFFIX
113
 
#endif
114
112
 
115
113
void os_set_proc_name(const char *s)
116
114
{