summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getpgid.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-16 23:09:32 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-16 23:09:32 +0000
commit24f818725bb7eeffff055fe5b5a0cd0bdf490bca (patch)
treeac0fc0406ca926319e182be7ad266033129406db /libc/sysdeps/linux/common/getpgid.c
parent17d53dd7b38b024c5e1471610a21092fa73d13da (diff)
Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ...
Diffstat (limited to 'libc/sysdeps/linux/common/getpgid.c')
-rw-r--r--libc/sysdeps/linux/common/getpgid.c2
1 files changed, 1 insertions, 1 deletions
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)