On Thursday 05 March 2009 14:07:01 [email protected] wrote: > Author: kraj > Date: 2009-03-05 19:07:01 +0000 (Thu, 05 Mar 2009) > New Revision: 25556 > > Log: > Define creat in an independent file > > Added: > trunk/uClibc/libc/sysdeps/linux/common/creat.c > > Modified: > trunk/uClibc/libc/sysdeps/linux/common/open.c > > > Changeset: > Added: trunk/uClibc/libc/sysdeps/linux/common/creat.c > =================================================================== > --- trunk/uClibc/libc/sysdeps/linux/common/creat.c > (rev 0) +++ trunk/uClibc/libc/sysdeps/linux/common/creat.c 2009-03-05 > 19:07:01 UTC (rev 25556) @@ -0,0 +1,15 @@ > +/* vi: set sw=4 ts=4: */ > +/* > + * creat() for uClibc > + * > + * Copyright (C) 2009 <[email protected]> > + * > + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. > + */
considering you simply moved the content from open.c, the notice of open.c should have been retained (having this new one at all is debatable) -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
