summaryrefslogtreecommitdiffstats
path: root/share/doc/grepc/README
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-25 00:05:20 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-25 15:14:04 +0200
commit63bffd83f04b258b547daca67f22423bbdfcd347 (patch)
tree8beb6b46c75722a6b01f2403c7baf9f6fcf222d5 /share/doc/grepc/README
parentb8d34e9013e9091f2b3fc7e6c35f9d986126bc95 (diff)
grepc: Fix glitch with incorrectly indented code
Avoid this glich from glibc: ./sysdeps/unix/sysv/linux/x86/sys/ucontext.h:133: typedef struct { gregset_t __ctx(gregs); /* Note that fpregs is a pointer. */ fpregset_t __ctx(fpregs); __extension__ unsigned long long __reserved1 [8]; } mcontext_t; /* Userlevel context. */ typedef struct ucontext_t { unsigned long int __ctx(uc_flags); struct ucontext_t *uc_link; stack_t uc_stack; mcontext_t uc_mcontext; sigset_t uc_sigmask; struct _libc_fpstate __fpregs_mem; __extension__ unsigned long long int __ssp[4]; } ucontext_t; Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share/doc/grepc/README')
0 files changed, 0 insertions, 0 deletions