Missing size_t declaration in UAPI

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
Currently compiling the following program fails:
```
#include "linux/signal.h"
void main(void){}
```
Because of `./asm/signal.h:127:2: error: unknown type name ‘size_t’`.

I tried patching with `#include <stddef.h>` but there's a local file
with the same name overriding the include.

How can this be fixed? the `drm` headers seems to work with `uint_*`.

Right now the `linux/signal.h` header isn't usable without wrapping it
with another header to include/define size_t.

Thanks,
Elichai.

-- 
PGP: 5607C93B5F86650C




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux