Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions third-party/fdlibm/e_pow.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

#ifndef lint
static char sccsid[] = "@(#)e_pow.c 1.5 04/04/22 SMI";
#endif

/* @(#)e_pow.c 1.5 04/04/22 */
/*
* ====================================================
* Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved.
Expand Down
1 change: 1 addition & 0 deletions third-party/fdlibm/e_sqrt.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/* @(#)e_sqrt.c 1.3 95/01/18 */
/*
* ====================================================
Expand Down
2 changes: 1 addition & 1 deletion third-party/fdlibm/k_tan.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma ident "@(#)k_tan.c 1.5 04/04/22 SMI"

/* @(#)k_tan.c 1.5 04/04/22 */
/*
* ====================================================
* Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
Expand Down
1 change: 0 additions & 1 deletion third-party/fdlibm/w_pow.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


/* @(#)w_pow.c 1.3 95/01/18 */
/*
* ====================================================
Expand Down