X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=sysdeps%2Fstandalone%2Fwrite.c;h=f0ae3888f623ccec1debb6f3985554b76beec409;hp=22c01a4f0424e3966825c4583bc74e3803447b06;hb=153d27b70e726023acc6a668d4c3b833367476df;hpb=cb61cc276346a68d8a97e1e62ee4fab872d6a3f0 diff --git a/sysdeps/standalone/write.c b/sysdeps/standalone/write.c index 22c01a4f04..f0ae3888f6 100644 --- a/sysdeps/standalone/write.c +++ b/sysdeps/standalone/write.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1995 Free Software Foundation, Inc. Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil, On-Line Applications Research Corporation. @@ -70,3 +70,5 @@ DEFUN(__write, (fd, buf, nbytes), return count; } + +weak_alias (__write, write)