(__syscall_shmctl): Declare.

This commit is contained in:
Ulrich Drepper 2000-04-22 06:54:35 +00:00
parent b6e679a8ac
commit fa04216d3b

View File

@ -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 *);