summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pwrite64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/pwrite64.c')
-rw-r--r--sysdeps/generic/pwrite64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/pwrite64.c b/sysdeps/generic/pwrite64.c
index 1b13d52447..dd14aa0bd7 100644
--- a/sysdeps/generic/pwrite64.c
+++ b/sysdeps/generic/pwrite64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1991,1995,1996,1997,1999,2002 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
@@ -41,6 +41,7 @@ __libc_pwrite64 (int fd, const void *buf, size_t nbytes, off64_t offset)
return -1;
}
strong_alias (__libc_pwrite64, __pwrite64)
+libc_hidden_def (__pwrite64)
weak_alias (__libc_pwrite64, pwrite64)
stub_warning (pwrite64)
#include <stub-tag.h>