diff options
Diffstat (limited to 'sysdeps/alpha/machine-gmon.h')
-rw-r--r-- | sysdeps/alpha/machine-gmon.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/alpha/machine-gmon.h b/sysdeps/alpha/machine-gmon.h index 5f5522c0b4..2ea9ceca6f 100644 --- a/sysdeps/alpha/machine-gmon.h +++ b/sysdeps/alpha/machine-gmon.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library. If not, see + <http://www.gnu.org/licenses/>. */ #define _MCOUNT_DECL(from, self) \ void __mcount (u_long from, u_long self) |