diff options
Diffstat (limited to 'rt/Makefile')
-rw-r--r-- | rt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/Makefile b/rt/Makefile index 4eb9dfcb7a..e0f03d78a0 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -28,7 +28,8 @@ extra-libs-others := $(extra-libs) librt-routines := aio_cancel aio_error aio_fsync aio_misc aio_read \ aio_read64 aio_return aio_suspend aio_write \ - aio_write64 lio_listio lio_listio64 aio_sigqueue + aio_write64 lio_listio lio_listio64 aio_sigqueue \ + aio_notify librt-map := librt.map |