diff options
Diffstat (limited to 'src/u_strlen.S')
-rw-r--r-- | src/u_strlen.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/u_strlen.S b/src/u_strlen.S index 2cfbb1b..fb783ab 100644 --- a/src/u_strlen.S +++ b/src/u_strlen.S @@ -38,12 +38,13 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * bsdsetsid: src/c_bsdsetsid.S + * bsdsetsid: src/u_strlen.S * 2020-11-19 14:10 * Joe * * Simple implementation of strlen. */ + .text .globl u_strlen |