about summary refs log tree commit diff
path: root/sysdeps/i386/stpncpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/stpncpy.S')
-rw-r--r--sysdeps/i386/stpncpy.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/i386/stpncpy.S b/sysdeps/i386/stpncpy.S
index 0c5586a594..b49b757794 100644
--- a/sysdeps/i386/stpncpy.S
+++ b/sysdeps/i386/stpncpy.S
@@ -3,11 +3,6 @@
    For Intel 80x86, x>=3.
    Copyright (C) 1994-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>
-   Some bug fixes by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au>
-     - original wrote n+1 chars in some cases.
-     - stpncpy() ought to behave like strncpy() ie. not null-terminate
-       if limited by n.  glibc-1.09 stpncpy() does this.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public