chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da26173
)
sd-daemon: remove superfluous _sd_hidden_ from static function
author
Kay Sievers
<kay.sievers@vrfy.org>
Thu, 26 May 2011 12:23:01 +0000
(14:23 +0200)
committer
Kay Sievers
<kay.sievers@vrfy.org>
Thu, 26 May 2011 12:23:01 +0000
(14:23 +0200)
src/sd-daemon.c
patch
|
blob
|
history
diff --git
a/src/sd-daemon.c
b/src/sd-daemon.c
index ec436bf724458ae359be9648dd1d1a4bd5abef08..d9f23d677ba6fed30368776e004d18444800a9a9 100644
(file)
--- a/
src/sd-daemon.c
+++ b/
src/sd-daemon.c
@@
-169,7
+169,7
@@
_sd_hidden_ int sd_is_fifo(int fd, const char *path) {
return 1;
}
-
_sd_hidden_
static int sd_is_socket_internal(int fd, int type, int listening) {
+static int sd_is_socket_internal(int fd, int type, int listening) {
struct stat st_fd;
if (fd < 0 || type < 0)