Changeset 301ee6e in rtems-libbsd


Ignore:
Timestamp:
08/22/17 15:51:40 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, 5-freebsd-12, 6-freebsd-12, master
Children:
885ac75
Parents:
1f7037d
git-author:
Sebastian Huber <sebastian.huber@…> (08/22/17 15:51:40)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/22/17 15:52:24)
Message:

Remove strtoimax() and strtoumax()

This is now provided by Newlib.

Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • libbsd.py

    r1f7037d r301ee6e  
    25312531            'lib/libc/rpc/svc_vc.c',
    25322532            'lib/libc/stdio/fgetln.c',
    2533             'lib/libc/stdlib/strtoimax.c',
    25342533            'lib/libc/stdlib/strtonum.c',
    2535             'lib/libc/stdlib/strtoumax.c',
    25362534            'lib/libc/string/strsep.c',
    25372535            'lib/libc/xdr/xdr_array.c',
  • libbsd_waf.py

    r1f7037d r301ee6e  
    462462                     'freebsd/lib/libc/rpc/svc_vc.c',
    463463                     'freebsd/lib/libc/stdio/fgetln.c',
    464                      'freebsd/lib/libc/stdlib/strtoimax.c',
    465464                     'freebsd/lib/libc/stdlib/strtonum.c',
    466                      'freebsd/lib/libc/stdlib/strtoumax.c',
    467465                     'freebsd/lib/libc/string/strsep.c',
    468466                     'freebsd/lib/libc/xdr/xdr.c',
Note: See TracChangeset for help on using the changeset viewer.