Ticket #12 (closed bug: fixed)

Opened 3 years ago

Last modified 5 months ago

Documentation for atexit() wrong

Reported by: solar Assigned to: solar
Milestone: v0.5 Version: 0.4.1
Keywords: Cc:

Description

In ./includes/stdlib.h, the documentation for atexit() states:

"Register a function that will be called on exit(), _Exit(), or when main() returns."

Calling _Exit() does NOT call functions registered with atexit(). Behaviour is correct, documentation is wrong.

Thanks to mystran from osdev.org for reporting this.

Change History

09/06/09 16:48:04 changed by solar

  • milestone set to v0.5.