mirror of git://sourceware.org/git/glibc.git
(routines): Add efgcvt.
This commit is contained in:
parent
5ace96c814
commit
9c97d688c1
|
@ -48,7 +48,8 @@ routines := brk sbrk sstk ioctl \
|
||||||
chflags fchflags \
|
chflags fchflags \
|
||||||
insremque getttyent getusershell getpass ttyslot \
|
insremque getttyent getusershell getpass ttyslot \
|
||||||
syslog syscall daemon \
|
syslog syscall daemon \
|
||||||
mmap munmap mprotect msync madvise
|
mmap munmap mprotect msync madvise \
|
||||||
|
efgcvt
|
||||||
aux := progname init-misc
|
aux := progname init-misc
|
||||||
distribute := bsd-compat.c
|
distribute := bsd-compat.c
|
||||||
extra-objs := bsd-compat.o
|
extra-objs := bsd-compat.o
|
||||||
|
|
Loading…
Reference in New Issue