diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:50:11 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 05:50:11 +0000 |
commit | 306b3cfddaeafd14197c4e59ea42803f45f049be (patch) | |
tree | 0528793bb2bc621a60a588fd294e4e5013f1ca30 /libc/sysdeps/linux/common/write.c | |
parent | 3135159411168fcface79912df7a836eb01b7e13 (diff) | |
download | uClibc-alpine-306b3cfddaeafd14197c4e59ea42803f45f049be.tar.bz2 uClibc-alpine-306b3cfddaeafd14197c4e59ea42803f45f049be.tar.xz |
Clean up warnings and cruft.
Diffstat (limited to 'libc/sysdeps/linux/common/write.c')
-rw-r--r-- | libc/sysdeps/linux/common/write.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/common/write.c b/libc/sysdeps/linux/common/write.c index 8a1d57a82..651365fed 100644 --- a/libc/sysdeps/linux/common/write.c +++ b/libc/sysdeps/linux/common/write.c @@ -14,8 +14,3 @@ attribute_hidden _syscall3(ssize_t, __write, int, fd, const __ptr_t, buf, size_t, count); strong_alias(__write,write) weak_alias(__write,__libc_write) -#if 0 -/* Stupid libgcc.a from gcc 2.95.x uses __write in pure.o - * which is a blatent GNU libc-ism... */ -weak_alias(__libc_write, __write) -#endif |