summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/pt-close.S
blob: ab32ca5981658d8c427ce56eb85762d9cbbc9ae4 (plain)
1
2
3
4
5
6
7
8
9
#include <sysdep-cancel.h>
PSEUDO (__libc_close, close, 1)
ret
PSEUDO_END (__libc_close)
libpthread_hidden_def (__libc_close)
weak_alias (__libc_close, __close)
libpthread_hidden_weak (__close)
weak_alias (__libc_close, close)
libpthread_hidden_weak (close)