Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Agner
weston
Commits
e81fe834
Commit
e81fe834
authored
Jul 21, 2011
by
Tiago Vignatti
Committed by
Kristian Høgsberg
Jul 21, 2011
Browse files
clients: simple-shm: remove unused libraries and headers
Signed-off-by:
Tiago Vignatti
<
tiago.vignatti@intel.com
>
parent
79caa757
Changes
2
Hide whitespace changes
Inline
Side-by-side
clients/Makefile.am
View file @
e81fe834
...
...
@@ -59,7 +59,7 @@ simple_client_SOURCES = simple-client.c
simple_client_LDADD
=
$(SIMPLE_CLIENT_LIBS)
-lm
simple_shm_SOURCES
=
simple-shm.c
simple_shm_LDADD
=
$(CLIENT_LIBS)
-lrt
-lm
simple_shm_LDADD
=
$(
SIMPLE_
CLIENT_LIBS)
eventdemo_SOURCES
=
eventdemo.c
eventdemo_LDADD
=
$(toolkit_libs)
...
...
clients/simple-shm.c
View file @
e81fe834
...
...
@@ -25,9 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <math.h>
#include <assert.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment