X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libc%2Fsysdeps%2Flinux%2Fi386%2Fclone.S;h=632cf59dfd4c052e6ba8ef4936fe395a6410224c;hb=266bdc1f623fe6fe489e5115e0f8ef723705d949;hp=a7de3fe27e836dc27ced233d2ef0d15affddd86f;hpb=38cc9874d3651d10c75c7a7dce9a2a86a10d0300;p=uclinux-h8%2FuClibc.git diff --git a/libc/sysdeps/linux/i386/clone.S b/libc/sysdeps/linux/i386/clone.S index a7de3fe27..632cf59df 100644 --- a/libc/sysdeps/linux/i386/clone.S +++ b/libc/sysdeps/linux/i386/clone.S @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + . */ /* clone() is even more special than fork() as it mucks with stacks and invokes a function in the right context after its all over.