diff options
| author | jca <> | 2024-07-14 09:48:48 +0000 |
|---|---|---|
| committer | jca <> | 2024-07-14 09:48:48 +0000 |
| commit | c9c2a084fc82fe5509f38e930eccb5f7d46a1001 (patch) | |
| tree | 5b5768ccd48696ee654af644197e062397b95943 /src/regress/lib/libc/Makefile | |
| parent | 39b957ffe179b43c6210387801d6145efda01bf1 (diff) | |
| download | openbsd-c9c2a084fc82fe5509f38e930eccb5f7d46a1001.tar.gz openbsd-c9c2a084fc82fe5509f38e930eccb5f7d46a1001.tar.bz2 openbsd-c9c2a084fc82fe5509f38e930eccb5f7d46a1001.zip | |
Add elf_aux_info(3)
Designed to let userland peek at AT_HWCAP and AT_HWCAP2 using an already
existing interface coming from FreeBSD. Headers bits were snatched from
there. Input & ok kettenis@
libc bump and sets sync will follow soon
Diffstat (limited to 'src/regress/lib/libc/Makefile')
| -rw-r--r-- | src/regress/lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 8b5e4d4503..3cd970e49d 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.58 2021/08/31 09:58:17 jasper Exp $ | 1 | # $OpenBSD: Makefile,v 1.59 2024/07/14 09:48:48 jca Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
| 4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
| 5 | SUBDIR+= basename | 5 | SUBDIR+= basename |
| 6 | SUBDIR+= cephes cxa-atexit | 6 | SUBDIR+= cephes cxa-atexit |
| 7 | SUBDIR+= db dirname | 7 | SUBDIR+= db dirname |
| 8 | SUBDIR+= elf_aux_info | ||
| 8 | SUBDIR+= env explicit_bzero | 9 | SUBDIR+= env explicit_bzero |
| 9 | SUBDIR+= ffs fmemopen fnmatch fpclassify fread | 10 | SUBDIR+= ffs fmemopen fnmatch fpclassify fread |
| 10 | SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob | 11 | SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob |
