diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-07-26 11:29:07 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-07-26 11:29:07 +0000 |
commit | 3129cfc6ec7be65a0bdc1f82432ee421c1c65a77 (patch) | |
tree | 78cc8976b3bd7e434be97172ab01b12f4467ecb0 /ports | |
parent | b1b2aaf8eb9eed301ea8f65b96844568ca017f8b (diff) | |
download | glibc-3129cfc6ec7be65a0bdc1f82432ee421c1c65a77.tar.gz glibc-3129cfc6ec7be65a0bdc1f82432ee421c1c65a77.tar.xz glibc-3129cfc6ec7be65a0bdc1f82432ee421c1c65a77.zip |
Move testsuite audit definitions to sysdeps tst-audit.h files.
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.alpha | 4 | ||||
-rw-r--r-- | ports/sysdeps/alpha/tst-audit.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha index 65536e51bb..3094fcd214 100644 --- a/ports/ChangeLog.alpha +++ b/ports/ChangeLog.alpha @@ -1,3 +1,7 @@ +2012-07-26 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/alpha/tst-audit.h (int_retval): Define. + 2012-07-26 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (siginfo_t): Add diff --git a/ports/sysdeps/alpha/tst-audit.h b/ports/sysdeps/alpha/tst-audit.h index 7e3022a1b4..44e0db4af3 100644 --- a/ports/sysdeps/alpha/tst-audit.h +++ b/ports/sysdeps/alpha/tst-audit.h @@ -21,3 +21,4 @@ #define pltexit la_alpha_gnu_pltexit #define La_regs La_alpha_regs #define La_retval La_alpha_retval +#define int_retval lrv_r0 |