From 24f818725bb7eeffff055fe5b5a0cd0bdf490bca Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 23:09:32 +0000 Subject: Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... --- libc/sysdeps/linux/common/getpgid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/getpgid.c') diff --git a/libc/sysdeps/linux/common/getpgid.c b/libc/sysdeps/linux/common/getpgid.c index e8057b132..8de8516dc 100644 --- a/libc/sysdeps/linux/common/getpgid.c +++ b/libc/sysdeps/linux/common/getpgid.c @@ -16,4 +16,4 @@ pid_t __getpgid(pid_t pid) { return (__syscall_getpgid(pid)); } -weak_alias(__getpgid, getpgid); +weak_alias(__getpgid, getpgid) -- cgit v1.2.3