aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/sysv4/i386/stat.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/i386/stat.S')
-rw-r--r--sysdeps/unix/sysv/sysv4/i386/stat.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/sysv4/i386/stat.S b/sysdeps/unix/sysv/sysv4/i386/stat.S
index 72829332fd..3a5107c267 100644
--- a/sysdeps/unix/sysv/sysv4/i386/stat.S
+++ b/sysdeps/unix/sysv/sysv4/i386/stat.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 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
@@ -33,3 +33,5 @@ ENTRY (__stat)
DO_CALL (xstat, 3) /* Do the syscall. */
jb syscall_error /* Check for error. */
ret /* Return success. */
+
+weak_alias (__stat, stat)