about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/fxstatat.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-13 22:11:19 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-13 22:11:19 +0000
commit9adacd8ac9421781c5c76d6826cc06a3a2eeb426 (patch)
treeaca9c270a38b30da1a0bf164af12efc3e756969d /sysdeps/unix/sysv/linux/alpha/fxstatat.c
parent251278c63fb33caa77201a5710d118165e9dd7ab (diff)
downloadglibc-9adacd8ac9421781c5c76d6826cc06a3a2eeb426.tar.gz
glibc-9adacd8ac9421781c5c76d6826cc06a3a2eeb426.tar.xz
glibc-9adacd8ac9421781c5c76d6826cc06a3a2eeb426.zip
..
2006-01-13  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/sysdep.h (PTR_MANGLE, PTR_MANGLE2,
	PTR_DEMANGLE, PTR_DEMANGLE2): Move ...
	* sysdeps/unix/alpha/sysdep.h: ... here.
	* sysdeps/unix/sysv/linux/alpha/fxstatat.c: Define __GI___fxstatat64.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/fxstatat.c')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fxstatat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/fxstatat.c b/sysdeps/unix/sysv/linux/alpha/fxstatat.c
index 127f7f3c57..4cb304cb40 100644
--- a/sysdeps/unix/sysv/linux/alpha/fxstatat.c
+++ b/sysdeps/unix/sysv/linux/alpha/fxstatat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2006 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
@@ -94,4 +94,5 @@ __fxstatat (int vers, int fd, const char *file, struct stat *st, int flag)
 
   return -1;
 }
-strong_alias (__fxstatat, __fxstatat64);
+strong_alias (__fxstatat, __fxstatat64)
+strong_alias (__fxstatat64, __GI___fxstatat64)