Commit 3ea28e22 authored by Aurelio Colosimo's avatar Aurelio Colosimo

arch-gnu-linux/posix.h: macro POSIX_ARCH redefined for pp_globals

POSIX_ARCH was defined buy never used, so redefine it for pp_globals, since
it will be more useful.
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent ca1f87e9
......@@ -6,7 +6,7 @@
* These are the functions provided by the various posix files
*/
#define POSIX_ARCH(ppi) ((struct posix_arch_data *)(ppi->arch_data))
#define POSIX_ARCH(ppg) ((struct posix_arch_data *)(ppg->arch_data))
struct posix_arch_data {
struct timeval tv;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment