mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Add include/crypt.h.
To support tests that include crypt.h we add a wrapper.
This commit is contained in:
parent
1b16ff0b1e
commit
960294f00a
@ -1,3 +1,8 @@
|
||||
2016-10-28 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
* elf/Makefile (CFALGS-tst-linkall-static): Remove.
|
||||
* include/crypt.h: New file.
|
||||
|
||||
2016-10-28 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
|
||||
|
||||
* dlfcn/bug-atexit3-lib.cc (write_message): New function, copied
|
||||
|
@ -1280,7 +1280,6 @@ $(objpfx)tst-ldconfig-X.out : tst-ldconfig-X.sh $(objpfx)ldconfig
|
||||
|
||||
$(objpfx)tst-dlsym-error: $(libdl)
|
||||
|
||||
CFLAGS-tst-linkall-static.c = -I../crypt
|
||||
$(objpfx)tst-linkall-static: \
|
||||
$(common-objpfx)math/libm.a \
|
||||
$(common-objpfx)crypt/libcrypt.a \
|
||||
|
3
include/crypt.h
Normal file
3
include/crypt.h
Normal file
@ -0,0 +1,3 @@
|
||||
#ifndef _CRYPT_H
|
||||
# include <crypt/crypt.h>
|
||||
#endif /* _CRYPT_H */
|
Loading…
Reference in New Issue
Block a user