aboutsummaryrefslogtreecommitdiff
path: root/libbb/loop.c
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-16 08:14:35 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-16 08:14:35 +0000
commita15cdc358e5f9d1cb517e2b2e490ac209b0dfa17 (patch)
treefac906b4fa40a68c53cecf20215a7a25b3b1cab6 /libbb/loop.c
parenta4b7afd4143063613cf88fb5304803e424f5c72a (diff)
downloadbusybox-w32-a15cdc358e5f9d1cb517e2b2e490ac209b0dfa17.tar.gz
busybox-w32-a15cdc358e5f9d1cb517e2b2e490ac209b0dfa17.tar.bz2
busybox-w32-a15cdc358e5f9d1cb517e2b2e490ac209b0dfa17.zip
Cleaup read() and write() variants, plus a couple of new functions like
xlseek and fdlength() for the new mkswap. git-svn-id: svn://busybox.net/trunk/busybox@15703 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/loop.c')
-rw-r--r--libbb/loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/loop.c b/libbb/loop.c
index b9caa973b..0b05cd75f 100644
--- a/libbb/loop.c
+++ b/libbb/loop.c
@@ -3,6 +3,7 @@
3 * Utility routines. 3 * Utility routines.
4 * 4 *
5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> 5 * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
6 * Copyright (C) 2005 by Rob Landley <rob@landley.net>
6 * 7 *
7 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 8 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
8 */ 9 */