Ill go through and post a follow up with the deprecated tag for all the "deprecated" interfaces. Ill work on these and post em out next week. Bill On Mon, Feb 24, 2020 at 1:25 PM Stephen Smalley <sds@xxxxxxxxxxxxx> wrote: > > On 2/24/20 1:44 PM, William Roberts wrote: > > On Mon, Feb 24, 2020 at 11:00 AM Stephen Smalley <sds@xxxxxxxxxxxxx > > <mailto:sds@xxxxxxxxxxxxx>> wrote: > > > > On 2/24/20 11:49 AM, William Roberts wrote: > > > Any reason we're not tagging this with __attribute__ ((deprecated));? > > > > Doesn't appear that we've ever used that. Is it widely supported > > across > > compilers and versions or limited to recent gcc? > > > > Its at least since GCC 3.3 and it's been supported in every clang > > compiler version I am aware of (linked to 3.3). > > https://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/Type-Attributes.html > > https://releases.llvm.org/3.3/tools/clang/docs/LanguageExtensions.html > > Ok, I have no particular objection to adding it but am not in a position > currently to post any patches to the list so someone else will have to > either re-spin it or do it as a follow-up. There are certainly a > variety of other interfaces in libse* that are considered deprecated but > have never been marked in this way. > > >