mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
|
#include <stddef.h>
|
||
|
#include <sched.h>
|
||
|
#include <bits/pthreadtypes.h>
|
||
|
#include "internaltypes.h"
|
||
|
|
||
|
--
|
||
|
|
||
|
VALUE offsetof (struct new_sem, value)
|
||
|
PRIVATE offsetof (struct new_sem, private)
|
||
|
NWAITERS offsetof (struct new_sem, nwaiters)
|