mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
[BZ #157] Remove include/stub-tag.h for good.
This commit is contained in:
@ -40,4 +40,3 @@ weak_alias (aio_cancel, aio_cancel64)
|
||||
|
||||
stub_warning (aio_cancel)
|
||||
stub_warning (aio_cancel64)
|
||||
#include <stub-tag.h>
|
||||
|
@ -47,4 +47,3 @@ weak_alias (aio_fsync, aio_fsync64)
|
||||
|
||||
stub_warning (aio_fsync)
|
||||
stub_warning (aio_fsync64)
|
||||
#include <stub-tag.h>
|
||||
|
@ -32,4 +32,3 @@ aio_read (struct aiocb *aiocbp)
|
||||
}
|
||||
|
||||
stub_warning (aio_read)
|
||||
#include <stub-tag.h>
|
||||
|
@ -32,4 +32,3 @@ __aio_sigqueue (sig, val, caller_pid)
|
||||
}
|
||||
|
||||
stub_warning (__aio_sigqueue)
|
||||
#include <stub-tag.h>
|
||||
|
@ -42,4 +42,3 @@ weak_alias (aio_suspend, aio_suspend64)
|
||||
|
||||
stub_warning (aio_suspend)
|
||||
stub_warning (aio_suspend64)
|
||||
#include <stub-tag.h>
|
||||
|
@ -32,4 +32,3 @@ aio_write (struct aiocb *aiocbp)
|
||||
}
|
||||
|
||||
stub_warning (aio_write)
|
||||
#include <stub-tag.h>
|
||||
|
@ -28,4 +28,3 @@ clock_getres (clockid_t clock_id, struct timespec *res)
|
||||
}
|
||||
strong_alias (clock_getres, __clock_getres)
|
||||
stub_warning (clock_getres)
|
||||
#include <stub-tag.h>
|
||||
|
@ -28,4 +28,3 @@ clock_gettime (clockid_t clock_id, struct timespec *tp)
|
||||
}
|
||||
strong_alias (clock_gettime, __clock_gettime)
|
||||
stub_warning (clock_gettime)
|
||||
#include <stub-tag.h>
|
||||
|
@ -35,4 +35,3 @@ clock_nanosleep (clockid_t clock_id, int flags, const struct timespec *req,
|
||||
}
|
||||
strong_alias (clock_nanosleep, __clock_nanosleep)
|
||||
stub_warning (clock_nanosleep)
|
||||
#include <stub-tag.h>
|
||||
|
@ -28,4 +28,3 @@ clock_settime (clockid_t clock_id, const struct timespec *tp)
|
||||
}
|
||||
strong_alias (clock_settime, __clock_settime)
|
||||
stub_warning (clock_settime)
|
||||
#include <stub-tag.h>
|
||||
|
@ -38,4 +38,3 @@ lio_listio (int mode,
|
||||
}
|
||||
|
||||
stub_warning (lio_listio)
|
||||
#include <stub-tag.h>
|
||||
|
@ -27,4 +27,3 @@ mq_close (mqd_t mqdes)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (mq_close)
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,4 +26,3 @@ mq_getattr (mqd_t mqdes, struct mq_attr *mqstat)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (mq_getattr)
|
||||
#include <stub-tag.h>
|
||||
|
@ -27,4 +27,3 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (mq_notify)
|
||||
#include <stub-tag.h>
|
||||
|
@ -44,4 +44,3 @@ __mq_open_2 (const char *name, int oflag)
|
||||
return __mq_open (name, oflag);
|
||||
}
|
||||
stub_warning (__mq_open_2)
|
||||
#include <stub-tag.h>
|
||||
|
@ -28,4 +28,3 @@ mq_receive (mqd_t mqdes, char *msg_ptr, size_t msg_len,
|
||||
return -1;
|
||||
}
|
||||
stub_warning (mq_receive)
|
||||
#include <stub-tag.h>
|
||||
|
@ -27,4 +27,3 @@ mq_send (mqd_t mqdes, const char *msg_ptr, size_t msg_len,
|
||||
return -1;
|
||||
}
|
||||
stub_warning (mq_send)
|
||||
#include <stub-tag.h>
|
||||
|
@ -29,4 +29,3 @@ mq_setattr (mqd_t mqdes, const struct mq_attr *__restrict mqstat,
|
||||
}
|
||||
hidden_def (mq_setattr)
|
||||
stub_warning (mq_setattr)
|
||||
#include <stub-tag.h>
|
||||
|
@ -30,4 +30,3 @@ mq_timedreceive (mqd_t mqdes, char *__restrict msg_ptr, size_t msg_len,
|
||||
}
|
||||
hidden_def (mq_timedreceive)
|
||||
stub_warning (mq_timedreceive)
|
||||
#include <stub-tag.h>
|
||||
|
@ -29,4 +29,3 @@ mq_timedsend (mqd_t mqdes, const char *msg_ptr, size_t msg_len,
|
||||
}
|
||||
hidden_def (mq_timedsend)
|
||||
stub_warning (mq_timedsend)
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,4 +26,3 @@ mq_unlink (const char *name)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (mq_unlink)
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,5 +26,3 @@ shm_open (const char *name, int oflag, mode_t mode)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (shm_open)
|
||||
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,5 +26,3 @@ shm_unlink (const char *name)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (shm_unlink)
|
||||
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,4 +26,3 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (timer_create)
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,4 +26,3 @@ timer_delete (timer_t timerid)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (timer_delete)
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,4 +26,3 @@ timer_getoverrun (timer_t timerid)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (timer_getoverrun)
|
||||
#include <stub-tag.h>
|
||||
|
@ -26,4 +26,3 @@ timer_gettime (timer_t timerid, struct itimerspec *value)
|
||||
return -1;
|
||||
}
|
||||
stub_warning (timer_gettime)
|
||||
#include <stub-tag.h>
|
||||
|
@ -27,4 +27,3 @@ timer_settime (timer_t timerid, int flags, const struct itimerspec *value,
|
||||
return -1;
|
||||
}
|
||||
stub_warning (timer_settime)
|
||||
#include <stub-tag.h>
|
||||
|
Reference in New Issue
Block a user