From: roland Date: Sat, 21 Jan 1995 14:47:59 +0000 (+0000) Subject: Converted to use weak aliases with macros from libc-symbols.h. X-Git-Tag: libc_1_09~658 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=5ae11f11fc4b554e91b08a7a253d117569595c47 Converted to use weak aliases with macros from libc-symbols.h. --- diff --git a/sysdeps/mach/getpagesize.c b/sysdeps/mach/getpagesize.c index 59ee750b37..84f227f04f 100644 --- a/sysdeps/mach/getpagesize.c +++ b/sysdeps/mach/getpagesize.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -28,3 +28,5 @@ DEFUN_VOID(__getpagesize) { return __vm_page_size; } + +weak_alias (__getpagesize, getpagesize)