mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 01:50:11 +00:00
(__syscall_shmctl): Declare.
This commit is contained in:
parent
b6e679a8ac
commit
fa04216d3b
@ -52,6 +52,8 @@ struct __old_shminfo
|
|||||||
int shmall;
|
int shmall;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extern int __syscall_shmctl (int, int, void *);
|
||||||
|
|
||||||
/* Provide operations to control over shared memory segments. */
|
/* Provide operations to control over shared memory segments. */
|
||||||
int __new_shmctl (int, int, struct shmid_ds *);
|
int __new_shmctl (int, int, struct shmid_ds *);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user