On 13 March 2018 at 21:46, Ben Crocker <[email protected]> wrote: > --- a/include/os.h > +++ b/include/os.h > @@ -368,6 +368,9 @@ System(const char *cmdline); > #define Fclose(a) fclose(a) > #endif > > +extern _X_EXPORT Bool > +PrivsElevated(void); > + Any particular reason why this is exported? Is it simply mimicking the surrounding code, or there's a genuine reason for it?
Not an issue either way, the series is Reviewed-by: Emil Velikov <[email protected]> Somewhat unrelated: Seems like commit 49f77fff1495c0a2050fb18f9b1fc627839bbfc2 exported 1000+ symbols as part of (?) folding the extension modules in core. Yet it never followed to hide the internal functions as things were done. -Emil _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
