diff options
Diffstat (limited to 'lib/libc/stdlib/atexit.h')
-rw-r--r-- | lib/libc/stdlib/atexit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdlib/atexit.h b/lib/libc/stdlib/atexit.h index fdf2fc158380..3cfe5d3df36d 100644 --- a/lib/libc/stdlib/atexit.h +++ b/lib/libc/stdlib/atexit.h @@ -27,9 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)atexit.h 8.2 (Berkeley) 7/3/94 - * $FreeBSD$ */ /* must be at least 32 to guarantee ANSI conformance */ |