This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Federal regulations about the abort() function


On 13/06/12 05:59, Jonathan Nieder wrote:
> Hi Jesse,
>
> Jesse Hall wrote:
>> In the current glibc documentation, section 25.6.4, under the
>> description of the abort() function, there's a note about Federal
>> regulations that may prohibit you guys from acknowledging that this
>> function exists.  I was wondering if I could get more information
>> about this?
> https://en.wikipedia.org/wiki/Abortion_law has an overview.
>
> Kind regards,
> Jonathan
I guess that's note at [1] is intended as a prank?
Maybe it was evident at the time it was written, due to some well-known
US controversy but I don't find it so (also note I'm from a different
country).

And if there really was such a dumbhead proposal, proposing to ban any
reference to the word "abort", even from a context completely unrelated
to human abortion, it should be clearly fingered out.
I'd gladly provide them instructions for removing any abort reference
for their systems by running:
 grep -l -r abort / | xargs rm -f
However, I don't give any guarantee about the ability of your system for
continuing running after such purge :)

1-http://www.gnu.org/software/libc/manual/html_node/Aborting-a-Program.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]