X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fsyscalls.c;h=383eb6ab944035a5ea358aad927bb11505b061c8;hb=95ebf618b78814ef250bf40737816784cdaef74d;hp=f183b26c3a4c5744bdee10166f2dda2e5d92bd44;hpb=831ed16efca5dd12b51480a3004f3dc86fcf267d;p=oweals%2Fbusybox.git diff --git a/libbb/syscalls.c b/libbb/syscalls.c index f183b26c3..383eb6ab9 100644 --- a/libbb/syscalls.c +++ b/libbb/syscalls.c @@ -2,8 +2,8 @@ /* * some system calls possibly missing from libc * - * Copyright (C) 1999,2000,2001 by Lineo, inc. - * Written by Erik Andersen , + * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen + * Copyright (C) 1999,2000,2001 by Erik Andersen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +30,9 @@ #include +#ifndef __UCLIBC__ #include +#endif #include "libbb.h" #if defined(__ia64__)